Help wanted for Cascade skill test 1

Hello, is the a way to achieve this without using “!important”?

Here’s the project

You feedback is highly appreciated.

This is tough. Can you use unset on Background color?
Looking at the specificity this looks to be 113 which seems quite high so I have used the same rules. As it is applied further down the cascase wins.

#outer div ul .nav a{
   background-color: unset;
}
1 Like

Thank you for your help :pray: really appreciate take your time going through my code.

1 Like