10 regels
173 B
SCSS
10 regels
173 B
SCSS
@import "theme.scss";
|
|
|
|
//Daux.io Blue
|
|
:root {
|
|
--sidebar-background: #f7f7f7;
|
|
--sidebar-link-active-background: #c5c5cb;
|
|
--dark: #3f4657;
|
|
--light: #82becd;
|
|
}
|