ar.falsy.cat/assets/custom.scss

24 lines
558 B
SCSS
Raw Normal View History

2021-07-18 15:54:00 +00:00
// Add your own CSS here!
:root {
--light: #faf8f8;
--dark: #141021;
2021-07-18 16:06:36 +00:00
--secondary: #284b63;
--tertiary: #84a59d;
2021-07-18 15:54:00 +00:00
--visited: #afbfc9;
2021-07-18 16:06:36 +00:00
--primary: #f28482;
2021-07-18 15:54:00 +00:00
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
}
[saved-theme="dark"] {
--light: #1e1e21 !important;
--dark: #fbfffe !important;
2021-12-26 05:09:15 +00:00
--secondary: #6b879a !important;
2021-07-18 15:54:00 +00:00
--visited: #4a575e !important;
2021-07-18 16:06:36 +00:00
--tertiary: #84a59d !important;
--primary: #f58382 !important;
2021-07-18 15:54:00 +00:00
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;
}