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