commerce/app/styles.module.scss
2023-07-03 14:36:04 -05:00

6 lines
75 B
SCSS

@use 'styles/_colors';
.body {
background-color: colors.$grey-tint;
}