sakura/src/styles/_app.scss

10 lines
109 B
SCSS

@mixin global {
a,
a:hover,
a:focus,
a:active {
text-decoration: none;
color: inherit;
}
}