Skip to content

Commit

Permalink
Update neutron8.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard authored Jan 4, 2025
1 parent 63b4f9d commit ca8801a
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -3330,21 +3330,6 @@ 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 @@ -3391,4 +3376,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 ca8801a

Please sign in to comment.