Skip to content

Commit

Permalink
IMP: tweaked colors
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMaille committed Nov 7, 2024
1 parent b4454ee commit c210f2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions user.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,11 @@ img.main-devicePicker-nowPlayingActiveIcon,
}

/* Fix play button hover color */
.encore-dark-theme .encore-inverted-light-set,
.encore-dark-theme .encore-bright-accent-set {
--background-highlight: var(--background-press);
--background-press: var(--background-press);
--background-highlight: var(--background-press) !important;
--background-press: var(--spice-subtext) !important;
--decorative-subdued: var(--spice-subtext) !important;
}

/* smooth color transitions */
Expand Down

0 comments on commit c210f2a

Please sign in to comment.