Skip to content

Commit

Permalink
closes #18
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Apr 27, 2024
1 parent 137efc2 commit 954effd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ <h2>No results found</h2>
</ion-row>
</ion-grid>

@if(visibleCards.length > 4) {
<ng-container *ngTemplateOutlet="cardSwitches"></ng-container>
}
</div>
</ng-container>
}
Expand Down
12 changes: 8 additions & 4 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ body {
--ion-font-family: Montserrat, Roboto, Helvetica Neue, sans-serif;
}

body.dark {
ion-input {
--color: #ccc !important;
}
}

.page-container {
padding-left: 1em;
padding-right: 1em;
Expand All @@ -60,7 +66,9 @@ ion-searchbar.themed,
ion-input.themed,
ion-select.themed {
--background: #3f2f5c !important;
--ion-text-color: #fff !important;
--color: #fff !important;
color: #fff !important;
}

ion-select.themed {
Expand All @@ -79,10 +87,6 @@ ion-input {
--padding-start: 8px !important;
}

ion-input {
--color: #ccc !important;
}

code {
padding-left: 5px;
padding-right: 5px;
Expand Down

0 comments on commit 954effd

Please sign in to comment.