Get started
Accounts
Apps
Users
Relationships
Dialogs (Messages)
Tracks (MuseBase)
Photos
Posts
Comments
Safety
Other
Yurba CDN (cdn.yurba.one)
For Desktop Developers
Allows you to modify CSS in two environments: the application environment and the webview environment
app.CSS(string Type)
There are only 2 types:
web | Styles only work in the webview environment
app | Styles only work in the application environment
METHODS
assign(string CSSStyle)
EXAMPLE
const css = app.CSS("web")
css.assign("body { font-family: system-ui; }")