diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b4489..26ab210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Fixed: - "Liked Songs" having an playing indicator wich looks bad (#87) - Queue icon is hidden (#73) (Temporary until a better solution is found) - Playbar album name is now white again +- Color sometimes not changing until restart Improved: - Background image now dosen't leak out of the main center area diff --git a/src/styles/main.scss b/src/styles/main.scss index f3e8b8e..97b9d48 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -846,9 +846,16 @@ li.GlueDropTarget { width: auto; min-width: unset !important; - & span { - display: block !important; - color: spiceColor("subtext"); + button { + span { + display: block !important; + color: spiceColor("subtext"); + } + + &:hover span, + &.control-button--active span { + color: spiceColor("text"); + } } }