eirtube/sass/themes/_edgeless-light.scss
2024-12-19 18:49:09 -06:00

9 lines
192 B
SCSS
Executable File

// extend regular light theme to change a couple of shades
@use "light";
@use "sass:map";
// this section is for colour meanings
$theme: map.merge(light.$theme, (
"edge-grey": #c0c0c0,
));