forked from Hostea/website
5 lines
73 B
SCSS
5 lines
73 B
SCSS
|
@mixin a_hover {
|
||
|
color: rgb(0, 86, 179);
|
||
|
text-decoration: underline;
|
||
|
}
|