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