a {
color: $link-color;
}
a:hover, a:focus, a:active {
border: 0; color: $link-hover-color; text-decoration: none;
}
// Correct issues with buttons button, .button {
text-shadow: none; background-image: none;
}
.button:hover, .button:focus, .button:active {
color: white; text-shadow: none; background-image: none;
}
.anchorjs-link {
text-shadow: none; background-image: none;
} .anchorjs-hover, .anchorjs-focus, .anchorjs-active{
border: 0; color: $link-hover-color; text-shadow: none; background-image: none;
}