10 lines
173 B
SCSS
10 lines
173 B
SCSS
|
@import "theme.scss";
|
||
|
|
||
|
//Daux.io Navy
|
||
|
:root {
|
||
|
--sidebar-background: #f5f5f6;
|
||
|
--sidebar-link-active-background: #c5c5cb;
|
||
|
--dark: #13132a;
|
||
|
--light: #7795b4;
|
||
|
}
|