Stylesheet themes
This commit is contained in:
parent
f5bc1db8f1
commit
0f4764052f
4 changed files with 22 additions and 0 deletions
4
static/stylesheets/global.css
Normal file
4
static/stylesheets/global.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
color: var(--text);
|
||||
background-color: var(--background);
|
||||
}
|
7
static/stylesheets/main-theme.css
Normal file
7
static/stylesheets/main-theme.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
:root {
|
||||
--text: #ece4ee;
|
||||
--background: #120c13;
|
||||
--primary: #ff8552;
|
||||
--secondary: #6c6b44;
|
||||
--accent: #7da16a;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue