From 63b4f9d15aee6b724a462a67185fd2cef9e46de0 Mon Sep 17 00:00:00 2001 From: w1zard Date: Wed, 4 Dec 2024 20:19:27 -0300 Subject: [PATCH] >:3 --- themes-cores/neutron8.css | 9 +++++++++ themes-cores/nocturnal.css | 8 ++++++++ 2 files changed, 17 insertions(+) diff --git a/themes-cores/neutron8.css b/themes-cores/neutron8.css index dfc3338..1bf8a5d 100644 --- a/themes-cores/neutron8.css +++ b/themes-cores/neutron8.css @@ -3376,6 +3376,7 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it [class*="themedBackground"] { background: transparent; } + .container_a47d49{ background-color: var(--backgroundColor); } @@ -3383,3 +3384,11 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it .footer_d71945{ display: none; } + +.scrollerContainer_c90ddb{ + background-color: var(--backgroundColor); +} + +.theme-dark .bannedUser_c90ddb{ + background-color: var(--backgroundColor) +} \ No newline at end of file diff --git a/themes-cores/nocturnal.css b/themes-cores/nocturnal.css index ad46f46..c4b0452 100644 --- a/themes-cores/nocturnal.css +++ b/themes-cores/nocturnal.css @@ -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) } \ No newline at end of file