mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 21:11:58 +00:00
fix for playlist names being invisible (#58)
This commit is contained in:
parent
6c925807b5
commit
cf2327d271
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
let current = '2.4.2'
|
||||
let current = '2.4.3'
|
||||
|
||||
/* css is injected so this works with untouched user.css from Dribbblish */
|
||||
/* dark theme */
|
||||
|
|
|
|||
2
user.css
2
user.css
|
|
@ -1158,7 +1158,7 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container {
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.main-buttons-button {
|
||||
.main-buttons-button:not(.main-entityHeader-titleButton) {
|
||||
color: var(--spice-main);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue