mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-06 16:21:37 +00:00
FIX explicit icon color
This commit is contained in:
parent
9754ce25a2
commit
62211784bb
1 changed files with 5 additions and 0 deletions
5
user.css
5
user.css
|
|
@ -1325,3 +1325,8 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
||||||
.main-actionBar-ActionBarRow button:not(.main-playButton-primary) {
|
.main-actionBar-ActionBarRow button:not(.main-playButton-primary) {
|
||||||
color: var(--spice-subtext);
|
color: var(--spice-subtext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* explicit icon */
|
||||||
|
.main-tag-container {
|
||||||
|
background-color: var(--spice-text);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue