Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/xcruxiex/themes
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Sep 18, 2024
2 parents 1a3ef0e + e9f8ce6 commit 2e9161c
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 @@ -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 {
Expand Down Expand Up @@ -3357,4 +3359,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 2e9161c

Please sign in to comment.