diff --git a/themes-cores/neutron8.css b/themes-cores/neutron8.css index 541600c..d6aaf4b 100644 --- a/themes-cores/neutron8.css +++ b/themes-cores/neutron8.css @@ -3325,8 +3325,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 { @@ -3357,4 +3359,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 +}