From 62e2f6d22a02db38567983c7501bf8d87890cfc9 Mon Sep 17 00:00:00 2001 From: Danny Lloyd Date: Fri, 13 Oct 2023 02:28:17 -0500 Subject: [PATCH] fix(BurntSienna): fix encore accent background color (#1002) Fix background color on indicator when Spotify is being played from another device --- BurntSienna/user.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BurntSienna/user.css b/BurntSienna/user.css index 105da15..15a08fd 100644 --- a/BurntSienna/user.css +++ b/BurntSienna/user.css @@ -193,7 +193,9 @@ highlights selected song contains multi-digit song numbers */ /* Playlist play button color */ .encore-dark-theme .encore-bright-accent-set, .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 */