1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +02:00

.vitepress/theme/custom.css: Update variable names.

This commit is contained in:
Henrik Hautakoski 2023-08-29 09:55:25 +02:00
parent 20ed194304
commit d96a034bc6

View file

@ -1,10 +1,9 @@
: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;
--vp-c-brand-1: #bc544b;
--vp-c-brand-2: #e7695e;
--vp-c-brand-3: #bc544b;
--vp-c-brand-soft: #7e3933;
}
.dark {