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 +}