mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Fix color of playlist descriptions FIX #198
This commit is contained in:
parent
3edfc3fa6b
commit
1064087b48
1 changed files with 5 additions and 0 deletions
|
|
@ -170,6 +170,11 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type {
|
||||||
fill: spiceColor("text");
|
fill: spiceColor("text");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Playlist text color */
|
||||||
|
.main-entityHeader-subtitle.main-entityHeader-gra {
|
||||||
|
color: spiceColor("subtext");
|
||||||
|
}
|
||||||
|
|
||||||
/* Full window artist background */
|
/* Full window artist background */
|
||||||
.main-entityHeader-background.main-entityHeader-gradient {
|
.main-entityHeader-background.main-entityHeader-gradient {
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue