apex_add_global_css
Apply custom CSS rules globally across all pages via Page 0. Use for branding and theme overrides.
Instructions
Add global CSS to ALL pages via Page 0. Use for branding and theme overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| css_code | Yes | CSS rules to apply globally. Example: ":root { --ut-palette-primary: #00995D; } .t-Button--hot { background: #00995D !important; }" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |