Css – Is it possible to undo the colour change when a link is hovered?
Let's say I've got a link and that has some styling. <a href="...">Link</a> a { color: #f00; } a:hover, a:focus { color: #c00; } Let's now say that I place a link in another component and want to change the…