fix various plugins still using outdated Discord classes

This commit is contained in:
Vendicated 2025-07-10 01:37:32 +02:00
parent 8e446e44ab
commit 19f4d7cdac
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18
5 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
#vc-spotify-player {
padding: 0.375rem 0.5rem;
border-bottom: 1px solid var(--background-modifier-accent);
border-bottom: 1px solid var(--border-subtle);
--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%);