fix for playlist names being invisible (#58)

This commit is contained in:
Send_Nukez 2021-10-08 14:55:46 +02:00
parent 6c925807b5
commit cf2327d271
2 changed files with 2 additions and 2 deletions

View file

@ -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 */

View file

@ -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);
}