From 5a03d4128016fceb37e12ed1fdcabee9bfeb8c88 Mon Sep 17 00:00:00 2001 From: Calvin Tangeman <44726280+StinkyVoet@users.noreply.github.com> Date: Tue, 21 Mar 2023 16:21:40 +0100 Subject: [PATCH] Made Forum channel background transparent The forum channel still had it's default discord color background. This change fixes that issue. --- src/_base.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_base.scss b/src/_base.scss index 5a45004..e7d7ec6 100644 --- a/src/_base.scss +++ b/src/_base.scss @@ -64,7 +64,9 @@ body { .stickyHeader-fX4ei6, .scroller-1TOeMq, // The Explore servers page -.pageWrapper-2PwDoS { +.pageWrapper-2PwDoS, +// The Forum page +.container-3wLKDe { background: transparent !important; } @@ -192,4 +194,4 @@ body { /* --== Fix illegible bot tag ==-- */ .botText-1fD6Qk, .botTagVerified-2KCPMa { color: var(--background); -} \ No newline at end of file +}