Fix color of playlist descriptions FIX #198

This commit is contained in:
Julien Maille 2022-03-27 15:32:12 +02:00
parent 3edfc3fa6b
commit 1064087b48

View file

@ -170,6 +170,11 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type {
fill: spiceColor("text");
}
/* Playlist text color */
.main-entityHeader-subtitle.main-entityHeader-gra {
color: spiceColor("subtext");
}
/* Full window artist background */
.main-entityHeader-background.main-entityHeader-gradient {
opacity: 0.3;