There was an error while loading. Please reload this page.
@each $name, $color in $colors { a.c-#{$name} { &:hover { color: darken($color, $darken-hover-percent); } } }
Usage:
<a class="c-secondary">Link that will darken correctly on hover</a>