Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Fix color on "Show Favorites Only" label
Browse files Browse the repository at this point in the history
  • Loading branch information
tholinka committed Jan 23, 2020
1 parent a2846d4 commit 34be41f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/styles/queue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,20 @@
background-color: $background-color-lighter;

.series-title {
color: $link-color;
color: $text-color;
}

:hover {
.series-title {
color: $link-color-hover
}
:hover .series-title {
color: $link-color-hover
}
}
}

/* "Show Favorites Only" label */
.filter-favorite-section {
color: $text-color;
}

/* this looks dumb, but crunchyroll has this set to !important, so the only way to override it is to have a more specific selector then they do */
body .queue-sortable .wrapper .landscape-element:active {
background-color: $background-color-lighter-lighter;
Expand Down

0 comments on commit 34be41f

Please sign in to comment.