quartz-research-note/assets/styles/custom.scss

32 lines
665 B
SCSS
Raw Normal View History

2021-07-18 15:54:00 +00:00
// Add your own CSS here!
2021-07-18 15:54:00 +00:00
:root {
2023-08-09 09:01:25 +00:00
--light: #d7eff7;
--dark: #06262B;
2023-08-09 09:07:21 +00:00
--secondary: #06262B;
2021-07-18 16:06:36 +00:00
--tertiary: #84a59d;
2021-07-18 15:54:00 +00:00
--visited: #afbfc9;
2023-08-09 09:01:25 +00:00
--primary: #207e8f;
2021-07-18 15:54:00 +00:00
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
2022-05-27 20:27:13 +00:00
--million-progress-bar-color: var(--secondary);
2023-08-09 09:07:21 +00:00
--highlighted: #92541a;
2021-07-18 15:54:00 +00:00
}
[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;
--highlighted: #574010;
}