2018-02-21 19:29:23 -06:00

11 lines
172 B
SCSS

.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
transition: color .16s linear;
&:hover {
color: $link-color;
text-decoration: none;
}
}