pativu/templates/components/sass/_link.scss

5 lines
73 B
SCSS
Raw Normal View History

2022-12-02 19:07:09 +05:30
@mixin a_hover {
color: rgb(0, 86, 179);
text-decoration: underline;
}