This commit is contained in:
Greg Shuflin 2025-02-03 00:26:59 -08:00
parent d218ce9db3
commit 92329aee3c
2 changed files with 8 additions and 7 deletions

7
static/css/root.css Normal file
View File

@ -0,0 +1,7 @@
:root {
--primary-red: #f43f3f;
--dark-bg: #1e1f26;
--sidebar-bg: #2b2c33;
--text-color: #ffffff;
--text-muted: #9da2b3;
}

View File

@ -1,10 +1,4 @@
:root {
--primary-red: #f43f3f;
--dark-bg: #1e1f26;
--sidebar-bg: #2b2c33;
--text-color: #ffffff;
--text-muted: #9da2b3;
}
@import 'root.css';
body {
margin: 0;