zProtect/docs/.vuepress/styles/index.scss

20 lines
331 B
SCSS
Raw Normal View History

2023-01-29 12:27:22 +00:00
:root {
scroll-behavior: smooth;
// brand colors
--c-brand: #936edb !important;
--c-brand-light: #b39ae6 !important;
// custom tip
--c-tip: #b39ae6 !important;
}
html.dark {
// brand colors
--c-brand: #936edb !important;
--c-brand-light: #b39ae6 !important;
// custom tip
--c-tip: #b39ae6 !important;
}