diff --git a/src/plugins/spotifyControls/spotifyStyles.css b/src/plugins/spotifyControls/spotifyStyles.css index 63a06e3..18fb175 100644 --- a/src/plugins/spotifyControls/spotifyStyles.css +++ b/src/plugins/spotifyControls/spotifyStyles.css @@ -5,6 +5,14 @@ --vc-spotify-green: #1db954; /* so cusotm themes can easily change it */ } +.theme-light #vc-spotify-player { + background: var(--bg-overlay-3, var(--background-secondary-alt)); +} + +.theme-dark #vc-spotify-player { + background: var(--bg-overlay-1, var(--background-secondary-alt)); +} + .vc-spotify-button { background: none; color: var(--interactive-normal);