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 ------------ */