Nav Bar Hover Automation

Hey y’all,

I’m trying to make the nav bar on my technical documentation page change opacity and the text decoration and it doesn’t seem to be working when implementing the way i’ve achieved this in the past. Can someone help me pinpoint why?

https://codepen.io/IanGoodman/pen/oNLaVWO

Thank you!

Using your browser’s inspector, set the pseudo-class on the <a>s in your nav list to ‘hover’ and then look in the CSS panel to see why they aren’t doing what you want them to do.