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

10 lines
173 B
SCSS
Raw Normal View History

2018-07-09 16:05:28 +02:00
@import "theme.scss";
//Daux.io Blue
:root {
--sidebar-background: #f7f7f7;
--sidebar-link-active-background: #c5c5cb;
--dark: #3f4657;
--light: #82becd;
}