1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-17 04:40:02 +02:00
thalos-docs/.vitepress/theme/custom.css

11 lines
No EOL
175 B
CSS

:root {
--vp-c-bg: #fcfcfc;
--vp-c-brand-1: #bc544b;
--vp-c-brand-2: #e7695e;
--vp-c-brand-3: #bc544b;
--vp-c-brand-soft: #7e3933;
}
.dark {
--vp-c-bg: #1e1e20;
}