Points/docs/Documentation/themes/daux/scss/theme-red.scss

10 lines
170 B
SCSS
Raw Normal View History

2018-07-09 16:05:28 +02:00
@import "theme.scss";
// Daux.io Red
:root {
--sidebar-background: #f7f7f7;
--sidebar-link-active-background: #eee;
--dark: #c64641;
--light: #ecb5a1;
}