Assessment wanted for Cascade skill test 1"

Is the following new rule correct that will reset the background color back to white, without using an actual color value?

#outer #inner ul .nav a{
background-color:initial;
}

1 Like

Hello @omski_ski

yes it does well done

here are other option check this page https://developer.mozilla.org/en-US/docs/Web/CSS/background-color#syntax
and check the other option you can choose from the global value

hope that help and have a nice day :slight_smile:

1 Like