Inherit Styles from the Body Element-01

Tell us what’s happening:

Hi there.
Well, Curriculum cannot see that I gave the body element the color of green, neither that the H1 element has inherited the body element’s color.

Your code so far


<style>
  body {
    background-color: black;
    color: green;
    font-family: monospace;
  }

</style>
<h1>Hello World</h1>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-css/inherit-styles-from-the-body-element

Your solution passes the tests when I run it. What browser are you using? Do you have any extensions installed that alter the appearance of websites?

Oh, never mind!
I keep forgetting to keep Dark Reader off for this :roll_eyes:

Thanks