Loading Styles

You can load custom stylesheets into your Developer Portal using the portal.loadCSS() method. Pass in the path of the CSS file as an argument:

// Load a custom CSS file
portal.loadCSS('/path/to/your/file.css');