From cf2327d2717a272e6a747921fba695a6dcb0a7e4 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Fri, 8 Oct 2021 14:55:46 +0200 Subject: [PATCH] fix for playlist names being invisible (#58) --- dribbblish-dynamic.js | 2 +- user.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dribbblish-dynamic.js b/dribbblish-dynamic.js index 303fa9f..17fad56 100644 --- a/dribbblish-dynamic.js +++ b/dribbblish-dynamic.js @@ -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 */ diff --git a/user.css b/user.css index 2d9d95c..6625a15 100644 --- a/user.css +++ b/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); }