mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
add tailwindcss to main styles file
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user