public property userStyleSheet as String:
CSS rules supplied by the host application for the displayed document.
Host rules are parsed once when this property changes and are retained across navigations. They override document style sheets while leaving inline element styles intact. Assign an empty string to remove them.
browser.userStyleSheet = "body { background: #1B1D22; color: #D7DCE5; }"