zProtect/docs/.vuepress/styles/index.scss
2023-01-29 09:27:22 -03:00

20 lines
331 B
SCSS

: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;
}