Skip to content

Commit

Permalink
message hover back to normal as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
xcruxiex authored Aug 20, 2024
1 parent 9313fd7 commit e9f8ce6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -3358,4 +3360,4 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it

.bannerImage_fd6364:before{
background-color: transparent;
}
}

0 comments on commit e9f8ce6

Please sign in to comment.