mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 00:34:37 +00:00
add base pages
This commit is contained in:
24
assets/custom.scss
Normal file
24
assets/custom.scss
Normal file
@ -0,0 +1,24 @@
|
||||
// Add your own CSS here!
|
||||
:root {
|
||||
--light: #faf8f8;
|
||||
--dark: #141021;
|
||||
--navy: #284b63;
|
||||
--olive: #84a59d;
|
||||
--visited: #afbfc9;
|
||||
--salmon: #f28482;
|
||||
--gray: #4e4e4e;
|
||||
--lightgray: #f0f0f0;
|
||||
--outlinegray: #dadada;
|
||||
}
|
||||
|
||||
[saved-theme="dark"] {
|
||||
--light: #1e1e21 !important;
|
||||
--dark: #fbfffe !important;
|
||||
--navy: #5b778a !important;
|
||||
--visited: #4a575e !important;
|
||||
--olive: #84a59d !important;
|
||||
--salmon: #f58382 !important;
|
||||
--gray: #d4d4d4 !important;
|
||||
--lightgray: #292633 !important;
|
||||
--outlinegray: #343434 !important;
|
||||
}
|
Reference in New Issue
Block a user