Open hollixholton opened 7 years ago
@thomasjbradley
Hey Thomas, i keep getting an error from Markbot telling me my nav links don't change colour when hovered, but they do? i tried changing the selector from the li tags to a and that didn't help at all. thanks so much!
It looks like the :hover is on the <li> tags not on the <a> tags.
:hover
<li>
<a>
I keep trying to swap out li:hover for a:hover and it didn't do a whole lot
@thomasjbradley
Hey Thomas, i keep getting an error from Markbot telling me my nav links don't change colour when hovered, but they do? i tried changing the selector from the li tags to a and that didn't help at all. thanks so much!