10 lines
171 B
SCSS
10 lines
171 B
SCSS
@import "theme.scss";
|
|
|
|
//Daux.io Green
|
|
:root {
|
|
--sidebar-background: #f5f5f6;
|
|
--sidebar-link-active-background: #a0d55d;
|
|
--dark: #000;
|
|
--light: #8acc37;
|
|
}
|