Is there a pseudo-class in CSS to specify
:not(:hover)
Or is that the only way to specify an item that is not being hovered?
I wen
a { /*styles*/ }
is a normal (non hovered link)
a:hover { /*styles*/ }
is a hovered link