CSS updates and a whole theme selector thing
This commit is contained in:
parent
460e9585d2
commit
4cded68dc4
28 changed files with 431 additions and 3 deletions
13
public/css/colorschemes/shel.css
Normal file
13
public/css/colorschemes/shel.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
:root {
|
||||
--background: #2C2423;
|
||||
--background-secondary: #918988;
|
||||
--foreground: #F5EEEC;
|
||||
--links: #2C64A2;
|
||||
--warning: #ff7272;
|
||||
--warning-box-bg: #f64a3c;
|
||||
--warning-box-border: #c81a11;
|
||||
}
|
||||
|
||||
html {
|
||||
color-scheme: dark;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue