void setCssVariable(String name, String value) { (web.document.documentElement as web.HTMLElement?) ?.style .setProperty(name, value); }