From 7e03aeef91057bf3448d41eafab3cfffc3637c3a Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:21:29 -0600 Subject: [PATCH] ChannelTabs styling --- src/fixations/_plugins.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/fixations/_plugins.scss b/src/fixations/_plugins.scss index 8693da9..13a6287 100644 --- a/src/fixations/_plugins.scss +++ b/src/fixations/_plugins.scss @@ -24,6 +24,21 @@ } } +/* ---------- Samfundev plugins ------------ */ +/* ChannelTabs */ +.theme-dark .channelTabs-tab.channelTabs-selected { + border-radius: 1px; + border-bottom: solid 1px black; + border-top: solid 0px black; + background: var(--surCordBackground2) !important; +} + +.theme-dark .channelTabs-tab { + background: var(--surCordBackground) !important; + border-bottom: solid 1px black; + border-top: solid 1px black; + border-right: solid .1px rgba(199, 199, 199, 0.236); +} /* ---------- Cumcord plugins ------------ */