Skip to content

Commit

Permalink
Revert link color change
Browse files Browse the repository at this point in the history
  • Loading branch information
derme302 committed May 27, 2024
1 parent 932846a commit db2e468
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/feed/feed.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</ion-fab>

<!-- Onboarding -->
<div *ngIf="feedService.entries.length === 0" class="ion-text-center" color="primary">
<div *ngIf="feedService.entries.length === 0" class="ion-text-center">
It doesn't look like you have any feed items yet, would you like to <a href="/tabs/sources">add some sources?</a>
</div>
</ion-content>
Expand Down
6 changes: 3 additions & 3 deletions src/theme/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ html {
}

a {
color: var(--ion-color-tertiary-shade);
color: var(--ion-color-secondary-shade);
}

/* This sets a different item background when dark mode is enabled on ios and md */
@media (prefers-color-scheme: dark) {
:root.ios,
:root.ios a,
:root.md a {
color: var(--ion-color-tertiary-tint);
color: var(--ion-color-secondary-tint);
}
}

0 comments on commit db2e468

Please sign in to comment.