Basic site running
This commit is contained in:
parent
70fca57571
commit
2e24996510
6 changed files with 161 additions and 2 deletions
12
static/vars.css
Normal file
12
static/vars.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
:root {
|
||||
--bg-colour: #ffffff;
|
||||
--text-colour: #282a36;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--bg-colour: #282a36;
|
||||
--text-colour: #ffffff;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue