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;
}
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;
}
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