@mixin alternative-link-style() {
color: inherit; &:hover, &:focus { color: $link-color; text-decoration: none; }
}