ie-style=" background-color:var(--theme-color); --inner:white"
ie-style="background:var(--inner); color:var(--theme-color)"
Resize the browser window
/* important on setters: */ body { --important:var(--theme-color) !important; --important:white; } /* important on gettses: */ .important:hover { background-color:var(--important) !important; } #important { background-color:white; }