styles
Stylesheets loaded site-wide. Page-level styles are appended after these. Defaults to the Neptune stylesheet when not set.
| Property | Details |
|---|---|
| Type | {url: string, cache?: boolean}[] |
| Accepted values |
|
The legacy string form (a single URL) and the separate style_overrides param are deprecated.
Use additional entries in this array instead.
Example
[[Params.styles]]
url = "/css/main.css"
cache = true
[[Params.styles]]
url = "/css/overrides.css"