mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
fix(BurntSienna): fix encore accent background color (#1002)
Fix background color on indicator when Spotify is being played from another device
This commit is contained in:
parent
676888d78d
commit
62e2f6d22a
@ -193,7 +193,9 @@ highlights selected song contains multi-digit song numbers */
|
|||||||
/* Playlist play button color */
|
/* Playlist play button color */
|
||||||
.encore-dark-theme .encore-bright-accent-set,
|
.encore-dark-theme .encore-bright-accent-set,
|
||||||
.encore-dark-theme .encore-bright-accent-set:hover {
|
.encore-dark-theme .encore-bright-accent-set:hover {
|
||||||
background-color: var(--spice-button) !important;
|
--background-base: var(--spice-button-active);
|
||||||
|
--background-highlight: var(--spice-player);
|
||||||
|
--background-press: var(--spice-player);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Volume bar margins */
|
/* Volume bar margins */
|
||||||
|
Loading…
Reference in New Issue
Block a user