Good @graphicdevine explanation on why warnings exist.
Instead of hard coding
background-color:
for each tag, I read the forum , which suggested putting this in:
background-color: inherit;
Also, at any place where you set the background color, but not the color of the text, enter:
color: inherit;
He resolved all these types of warnings for me.
source share