a { color: $hyperlink-color; text-decoration: none; transition: 0.3s; &:focus, &:hover { color: $hyperlink-hover-color; text-decoration: none; } }