Function ul_next_sys::ulConfigSetUserStylesheet

source ยท
pub unsafe extern "C" fn ulConfigSetUserStylesheet(
    config: ULConfig,
    css_string: ULString,
)
Expand description

Global user-defined CSS string (included before any CSS on the page).

You can use this to override default styles for various elements on the page.

@note This is an actual string of CSS, not a file path.