feat(SpotifyControls): Fix background color for built-in themes (#731)
Co-authored-by: V <vendicated@riseup.net>
This commit is contained in:
parent
48e9b1be7a
commit
035d1e24b2
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,14 @@
|
||||||
--vc-spotify-green: #1db954; /* so cusotm themes can easily change it */
|
--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 {
|
.vc-spotify-button {
|
||||||
background: none;
|
background: none;
|
||||||
color: var(--interactive-normal);
|
color: var(--interactive-normal);
|
||||||
|
|
Loading…
Reference in a new issue