From 7af1d12835b9c20277810a3da632e9da03046585 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Sat, 2 Oct 2021 12:54:38 +0200 Subject: [PATCH] FIX: css for actionBar --- user.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user.css b/user.css index b716a08..bb9df1e 100644 --- a/user.css +++ b/user.css @@ -876,3 +876,7 @@ html.right-expanded-cover.buddyfeed-visible .main-coverSlotExpanded-container { .main-buddyFeed-buddyFeed.main-buddyFeed-buddyFeed-expanded { z-index: 4; } + +.main-actionBar-ActionBarRow button:not(.main-playButton-primary) { + color: var(--spice-subtext); +}