a { text-decoration: none; background: transparent; color: $color-text-link; &:visited { color: $color-text-link-visited; } &:hover, &:focus { color: $color-text-link-hover; } &:active, &:hover { outline: 0; } &:focus { @extend %tab-focus; } } %bold-elements, strong { font-weight: $font-weight-bold; }