2025-04-14 18:05:15 +08:00

8 lines
91 B
SCSS

@import 'vars';
@import 'colorBlue';
body {
background: $color;
color: colorBlue();
}