ACCESSIBILITY course in Responsive Design

The lesson titled: " Improve Readability with High Contrast Text" in the accessibility course in the responsive design tutorial is not working.

I change color: #D3D3D3 to color: #636363 and it will not accept the changes and give me a completion and pass me to the next course. I did exactly what was shown in the video, too.

<head>
<style>
body {

  background-color: #FFF;
      color: #636363;
}
</style>
</head>
<body>
<header>
  <h1>Deep Thoughts with Master Camper Cat</h1>
</header>
<article>
  <h2>A Word on the Recent Catnip Doping Scandal</h2>
  <p>The influence that catnip has on feline behavior is well-documented, and its use as an herbal supplement in competitive ninja circles remains controversial. Once again, the debate to ban the substance is brought to the public's attention after the high-profile win of Kittytron, a long-time proponent and user of the green stuff, at the Claw of Fury tournament.</p>
  <p>As I've stated in the past, I firmly believe a true ninja's skills must come from within, with no external influences. My own catnip use shall continue as purely recreational.</p>
</article>
</body>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0.

Challenge: Improve Readability with High Contrast Text

Link to the challenge:

Your code is passing for me.

If you have any extensions installed, like dark mode/reader extensions you have to disable them. If that isn’t it, try resetting the challenge, or try using a different browser.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.