Is there anything similar to
background-color: unset;
or
background-color: initial;
that is supported in Internet Explorer?
(before thinking in using javascript)
According to MDN, the initial value for background-color is background-color: transparent;
. You could try to use that.