Learn Accessibility by Building a Quiz - Step 47

Tell us what’s happening:

The error prompt is telling me what seems to be what I already have in my code. Is there a syntax mistake or something I’m not seeing here?

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

li > a {
  color: inherit;
  text-decoration: none;
}

nav > ul > li:hover {
  cursor: pointer; 
  background: #dfdfe2;
  color: #1b1b32;
}

/* User Editable Region */

Your browser information:

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

Challenge Information:

Learn Accessibility by Building a Quiz - Step 47

Hi @xongames73

Your code passes.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the computer.

Happy coding