a { text-decoration: none; color: darken($color-text-link, 10%); &:hover, &:focus { color: $color-text-link-hover; } &:focus { @extend %tab-focus; } } %bold-elements { font-weight: $font-weight-bold; } strong { @extend %bold-elements; }