Skip to content

Commit

Permalink
>:3
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Dec 4, 2024
1 parent 3345113 commit 63b4f9d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -3376,10 +3376,19 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it
[class*="themedBackground"] {
background: transparent;
}

.container_a47d49{
background-color: var(--backgroundColor);
}

.footer_d71945{
display: none;
}

.scrollerContainer_c90ddb{
background-color: var(--backgroundColor);
}

.theme-dark .bannedUser_c90ddb{
background-color: var(--backgroundColor)
}
8 changes: 8 additions & 0 deletions themes-cores/nocturnal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3446,4 +3446,12 @@ button.button_adca65>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"

.footer_d71945{
display: none;
}

.scrollerContainer_c90ddb{
background-color: var(--backgroundColor01);
}

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

0 comments on commit 63b4f9d

Please sign in to comment.