Site Cannot Tell h2 Color

Tell us what’s happening:
I’ve done everything I could, every criteria is fulfilled, except it’s telling me that h2 isn’t blue.

The same issue happens with the next challenge too.

Your code so far


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

<h2>CatPhotoApp</h2>

<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<div>
  <p>Things cats love:</p>
  <ul>
    <li>cat nip</li>
    <li>laser pointers</li>
    <li>lasagna</li>
  </ul>
  <p>Top 3 things cats hate:</p>
  <ol>
    <li>flea treatment</li>
    <li>thunder</li>
    <li>other cats</li>
  </ol>
</div>

<form action="/submit-cat-photo">
  <label><input type="radio" name="indoor-outdoor" checked> Indoor</label>
  <label><input type="radio" name="indoor-outdoor"> Outdoor</label><br>
  <label><input type="checkbox" name="personality" checked> Loving</label>
  <label><input type="checkbox" name="personality"> Lazy</label>
  <label><input type="checkbox" name="personality"> Energetic</label><br>
  <input type="text" placeholder="cat photo URL" required>
  <button type="submit">Submit</button>
</form>
</main>

Your browser information:

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

Challenge: Use CSS Selectors to Style Elements

Link to the challenge:

Hi. I did not found any mistake in your code. Probably a browser extension, or dark theme is bugging the website. I suggest to stop any browser extension, reset browser to default theme which is white, delete browsers cookies and reload the page. Logically it should be fine. I got such issue before and I realized a browser extension was the main cause.

I thought I disabled DarkReader for this site, but I guess I didn’t. Thanks for the help!

Happy to help you out :partying_face:

@AgentV12 Just FYI, there is a dark mode under the profile settings you can use instead.