1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-18 04:50:03 +02:00
thalos-docs/.vitepress/theme/custom.css
2023-07-01 19:40:02 +02:00

12 lines
No EOL
215 B
CSS

:root {
--vp-c-bg: #fcfcfc;
--vp-c-brand: #bc544b;
--vp-c-brand-light: #ca5d53;
--vp-c-brand-lighter: #e7695e;
--vp-c-brand-dark: #8d413a;
--vp-c-brand-darker: #7e3933;
}
.dark {
--vp-c-bg: #1e1e20;
}