add tailwindcss to main styles file

This commit is contained in:
SethBurkart123
2024-02-28 16:42:23 +11:00
parent e5b57a6b19
commit 75c6309324
+5 -2
View File
@@ -5,13 +5,16 @@
@import './injected/theme.scss'; @import './injected/theme.scss';
@import './injected/transparency.scss'; @import './injected/transparency.scss';
@tailwind components;
@tailwind utilities;
:root { :root {
background: var(--better-main) !important; background: var(--better-main) !important;
--navy: #1a1a1a !important; --navy: #1a1a1a !important;
--auto-background: var(--better-pale, var(--background-secondary)) !important; --auto-background: var(--better-pale, var(--background-secondary)) !important;
} }
.hidden { .hidden {
display: none; @apply hidden;
} }
body, body,
html { html {
@@ -1834,7 +1837,7 @@ li.MessageList__unread___3imtO {
bottom: 0; bottom: 0;
background: var(--better-main); background: var(--better-main);
width: 0px; width: 0px;
transition: width 0.2s; transition: width 0.1s;
} }
.MessageList__MessageList___3DxoC > ol > li.MessageList__unread___3imtO::before { .MessageList__MessageList___3DxoC > ol > li.MessageList__unread___3imtO::before {