mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-17 04:40:02 +02:00
11 lines
No EOL
175 B
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;
|
|
} |