Tell us what’s happening:
How do I know the background color should be #dfdfe2 for a background?
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* User Editable Region */
li > a {
color: inherit;
text-decoration: none;
}
nav li:hover {
background: white;
color: black;
cursor: pointer;
}
/* User Editable Region */
Your browser information:
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Challenge Information:
Learn Accessibility by Building a Quiz - Step 47