SpotifyControls: make panel look more in line with visual refresh (#3312)
This commit is contained in:
parent
cef806a243
commit
f075fed236
4 changed files with 86 additions and 6 deletions
|
|
@ -2,7 +2,9 @@
|
|||
padding: 0.375rem 0.5rem;
|
||||
border-bottom: 1px solid var(--background-modifier-accent);
|
||||
|
||||
--vc-spotify-green: #1db954; /* so custom themes can easily change it */
|
||||
--vc-spotify-green: var(--spotify, #1db954); /* so custom themes can easily change it */
|
||||
--vc-spotify-green-90: color-mix(in hsl, var(--vc-spotify-green), transparent 90%);
|
||||
--vc-spotify-green-80: color-mix(in hsl, var(--vc-spotify-green), transparent 80%);
|
||||
}
|
||||
|
||||
.theme-light #vc-spotify-player {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue