From 4726dd4da7657b1e8d9c2874fd4da34d270400e2 Mon Sep 17 00:00:00 2001 From: w1zard Date: Fri, 25 Oct 2024 19:30:55 -0300 Subject: [PATCH] stuff :D --- themes-cores/neutron8.css | 5 +++++ themes-cores/nocturnal.css | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/themes-cores/neutron8.css b/themes-cores/neutron8.css index 15951b1..dc236fe 100644 --- a/themes-cores/neutron8.css +++ b/themes-cores/neutron8.css @@ -3372,3 +3372,8 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it .membersGroup_cbd271::before,.membersGroup_cbd271::after{ box-shadow:none; } + +[class*="themedBackground"] { + background: transparent; +} +.container_a47d49{background-color: var(--backgroundColor);} diff --git a/themes-cores/nocturnal.css b/themes-cores/nocturnal.css index 4fd88e0..78119a2 100644 --- a/themes-cores/nocturnal.css +++ b/themes-cores/nocturnal.css @@ -3430,4 +3430,11 @@ button.button_adca65>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)" .soundButtonInteractiveRefresh_f40049 { background: var(--backgroundColor02); opacity: .9; -} \ No newline at end of file +} + +[class*="themedBackground"] { + background: transparent; +} + +.container_a47d49{background-color: var(--backgroundColor02);} +.container_a47d49:hover{background-color: var(--backgroundColor01);} \ No newline at end of file