I’m trying to figure out how to add styling to the current nav link when someone hovers over the navbar (just on desktop). So in theory, if someone is on the about page and they hover over the nav bar, the “About” nav link text will be red and the bottom border will be active and red too.
Of course if I use the general current styling then it styles the link when it’s in the transparent unhovered state which isn’t what I want.