Files
2025-11-04 16:23:40 +05:00

16 lines
167 B
SCSS

a {
&:focus {
outline: none;
}
}
a:not([href]) {
color: inherit;
text-decoration: none;
&:hover {
color: inherit;
text-decoration: none;
}
}