Space/.vuepress/styles/index.scss

17 lines
241 B
SCSS
Raw Normal View History

2023-02-10 15:57:41 +01:00
:root {
--c-brand: #d0204a;
--c-brand-light: #ca3f60;
}
html.dark {
--c-brand: #cf3559;
--c-brand-light: #ca3f60;
2023-02-13 01:02:08 +01:00
--c-bg: #1C1B22;
--c-bg-light: #2B2A33;
--c-border: #2B2A33;
2023-02-10 15:57:41 +01:00
}
.page .theme-default-content {
padding-top: 2.5rem;
}