Skip to content

Commit

Permalink
Update neutron8.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Jan 29, 2025
1 parent ca8801a commit be6ceaa
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -3330,6 +3330,21 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it
}
.button_f7e168:hover {color: var(--backgroundColor);}

/* Hide Playing Now */
.nowPlayingColumn_c2739c {
position: relative;
left: 350px ;
opacity: 1;
margin-left: -350px;
transition: .5s all ease-out;
}
.nowPlayingColumn_c2739c:hover {
left: 0 ;
opacity: 1;
margin-left: 0;
transition: .5s all ease-out;
}

/* Category Names back to original color */
.icon_a08117, .mainContent_a08117>.container_a5ad5c, .children_a08117{
color: var(--themeColor1) !important;
Expand Down Expand Up @@ -3376,4 +3391,4 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it

.theme-dark .bannedUser_c90ddb{
background-color: var(--backgroundColor)
}
}

0 comments on commit be6ceaa

Please sign in to comment.