My goal is to have the font color change to blue when a user hovers over a link in my navigation bar. I've tried using the following CSS code:
#nav a:hover{
color: #1B8AD8;
background: none;
text-decoration: none;
}
However, it's not working as expected. Can anyone provide assistance? JSfiddle:https://jsfiddle.net/0k6wnvs6/