klyn.gui.windows.browser.BrowserWidget.userStyleSheet
property
public property userStyleSheet as String:
Description

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.

Example
browser.userStyleSheet = "body { background: #1B1D22; color: #D7DCE5; }"