sakura/src/styles/_global.scss

18 lines
302 B
SCSS

@use './mdc';
@use './mixins/perfect-scrollbar';
@use './scheme/light-orange';
@include perfect-scrollbar.core-styles;
@mixin normalize {
:root {
@include light-orange.variables;
}
.tippy-box {
a {
text-decoration: underline !important;
color: wheat !important;
}
}
}