From e9f8ce6f1f7c01f99e538a80570c4ae8ec53a901 Mon Sep 17 00:00:00 2001 From: cruxie Date: Tue, 20 Aug 2024 06:34:37 +0100 Subject: [PATCH] message hover back to normal as requested --- themes-cores/neutron8.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/themes-cores/neutron8.css b/themes-cores/neutron8.css index b43f861..5d8990b 100644 --- a/themes-cores/neutron8.css +++ b/themes-cores/neutron8.css @@ -3326,8 +3326,10 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it .content_b56bbc{background-color: var(--backgroundColor);} .wrapper_f7e168{background-color: var(--backgroundColor);} -.icon_e986d9{color: var(--themeColor1);} -.button_f7e168:hover .icon_e986d9{color: var(--backgroundColor);} +.icon_e986d9 { + color: var(--interactive-normal) !important; +} +.button_f7e168:hover {color: var(--backgroundColor);} /* Hide Playing Now */ .nowPlayingColumn_c2739c { @@ -3358,4 +3360,4 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it .bannerImage_fd6364:before{ background-color: transparent; -} \ No newline at end of file +}