Not allowing me to proceed to the next question even though the answer is correct?

Tell us what’s happening:

I have triple checked and even copy and pasted the code in the valid solutions but I can’t figure out why it still shows up as incorrect when I try to proceed.

It keeps stating " The anchor tag color should remain black, only add CSS rules for the :hover state.", but the black color hasn’t been changed even after I’ve reset the challenge multiple times. Any suggestions?

Your code so far


<style>
a {
  color: #000;
}

a:hover {
  color: blue;
}



</style>
<a href="https://freecatphotoapp.com/" target="_blank">CatPhotoApp</a>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.

Challenge: Adjust the Hover State of an Anchor Tag

Link to the challenge:

That code passes. Do you have any browser extensions installed that interfere with how websites render? (Such as a dark mode, ad blocker, or style overwriter)

Definitely was due to having dark mode on. Everything worked when that was inactive. Thank you.

If you like dark modes, freeCodeCamp has a native one that you can turn on in Settings.