10 regels
170 B
SCSS
10 regels
170 B
SCSS
@import "theme.scss";
|
|
|
|
// Daux.io Red
|
|
:root {
|
|
--sidebar-background: #f7f7f7;
|
|
--sidebar-link-active-background: #eee;
|
|
--dark: #c64641;
|
|
--light: #ecb5a1;
|
|
}
|