AzuraCast/frontend/scss/style.scss

15 lines
182 B
SCSS

@at-root {
$theme: 'light';
@import 'common';
}
@at-root {
$theme: 'light';
@import 'common-colors';
}
[data-theme="dark"] {
$theme: 'dark';
@import 'common-colors';
}