CSS Selectors to Style Elements problem

Tell us what’s happening:
ok guys, I’m trying to write this and I think I’m writing it properly … and when I try to run the code this message shows ( Your h2 element should be blue.) I can’t find where the problem is !

Can anyone help me please.
thank you

Your code so far


<style>
h2 {
  color: blue;
}
</style>


<h2>CatPhotoApp</h2>

If you have a dark mode extension on your browser that could interfere with the tests. Disable it and try again.

2 Likes

could you screenshot the challenge?

1 Like

apparently that was the problem … thank you very much

1 Like

It was because of a dark mood extension , disabled it and everything goes well. thank you :slight_smile:

1 Like

Glad to help.
Happy coding!

1 Like