Root css
This commit is contained in:
parent
d218ce9db3
commit
92329aee3c
7
static/css/root.css
Normal file
7
static/css/root.css
Normal file
@ -0,0 +1,7 @@
|
||||
:root {
|
||||
--primary-red: #f43f3f;
|
||||
--dark-bg: #1e1f26;
|
||||
--sidebar-bg: #2b2c33;
|
||||
--text-color: #ffffff;
|
||||
--text-muted: #9da2b3;
|
||||
}
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user