From c75260196bf64cd21665a3a10cdf427870d6f30e Mon Sep 17 00:00:00 2001 From: MarkChan0225 Date: Fri, 27 Oct 2023 17:14:57 +0800 Subject: [PATCH] Delete src/experimental.css --- src/experimental.css | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 src/experimental.css diff --git a/src/experimental.css b/src/experimental.css deleted file mode 100644 index 8b5b0c3..0000000 --- a/src/experimental.css +++ /dev/null @@ -1,32 +0,0 @@ -.container-1NXEtd, -.privateChannels-oVe7HL { - border-radius: var(--radius); - margin-bottom: 5px; -} -.sidebar-1tnWFu { - background: unset; -} -.panels-3wFtMDvar { - background: var(--bg-overlay-1, var(--background-secondary-alt)); -} -.custom-theme-background .scroller-3X7KbA { - background: var(--bg-overlay-3, var(--background-secondary)); -} -.theme-dark.custom-theme-background .channelTextArea-1deLlK { - background: var(--bg-overlay-1, var(--background-secondary)) !important; -} -.theme-light.custom-theme-background .channelTextArea-1deLlK { - background: var(--bg-overlay-2, var(--background-secondary)) !important; -} -.channelTextArea-1deLlK { - background: var(--background-secondary) !important; -} -.theme-light.custom-theme-background .panels-3wFtMD { - background: var(--bg-overlay-3); -} -.theme-dark.custom-theme-background .panels-3wFtMD { - background: var(--bg-overlay-1); -} -.panels-3wFtMD { - background: var(--background-secondary-alt); -}