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

10 lines
171 B
SCSS
Raw Normal View History

2018-07-09 16:05:28 +02:00
@import "theme.scss";
//Daux.io Green
:root {
--sidebar-background: #f5f5f6;
--sidebar-link-active-background: #a0d55d;
--dark: #000;
--light: #8acc37;
}