Points/docs/Documentation/themes/d3/scss/theme-navy.scss

10 lines
173 B
SCSS
Raw Normal View History

2018-07-09 16:05:28 +02:00
@import "theme.scss";
//Daux.io Navy
:root {
--sidebar-background: #f5f5f6;
--sidebar-link-active-background: #c5c5cb;
--dark: #13132a;
--light: #7795b4;
}