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 5, 2024
1 parent d7b69cc commit f88df7e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions user.css
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,23 @@ option {

/* Tone done gradients */
.under-main-view,
[style*="background-color"] {
opacity: 0.35;
[style*="background-color"]:not(.main-shelf-shelfGrid [style*="background-color"]) {
opacity: calc(var(--is_light)* -0.15 + 0.3);
}

/* Fix forced subdue */
[style*="--text-subdued"] {
--text-subdued: var(--spice-subtext) !important;
}

/* Fix search cards text color */
.main-shelf-shelfGrid [style*="background-color"] {
color: var(--spice-main);
}

/* Fix play button hover color */
.encore-dark-theme .encore-bright-accent-set {
--background-highlight: var(--spice-button) !important;
}

/* smooth color transitions */
Expand Down

0 comments on commit f88df7e

Please sign in to comment.