a { color: $color__link; &:visited { color: $color__link-visited; } &:hover, &:focus, &:active { color: $color__link-hover; } &:focus { outline: thin dotted; } &:hover, &:active { outline: 0; } } .excerpt.post-excerpt, .entry-title { a { text-decoration: none; } }