Update to move theme colors to seperate file, add theme selector styles in advance
This commit is contained in:
parent
f0ebb75759
commit
5b3a2efd82
2 changed files with 43 additions and 27 deletions
12
public/css/colorschemes/catppuccin-macchiato.css
Normal file
12
public/css/colorschemes/catppuccin-macchiato.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--background: #181926;
|
||||
--foreground: #cad3f5;
|
||||
--links: #8aadf4;
|
||||
--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