Space/.vuepress/styles/index.scss

17 lines
241 B
SCSS

:root {
--c-brand: #d0204a;
--c-brand-light: #ca3f60;
}
html.dark {
--c-brand: #cf3559;
--c-brand-light: #ca3f60;
--c-bg: #1C1B22;
--c-bg-light: #2B2A33;
--c-border: #2B2A33;
}
.page .theme-default-content {
padding-top: 2.5rem;
}