Custom CSS
Nickname: CustomCSS
Location: DocsHopper > Customize
Description
Creates a custom CSS style string for the HTML documentation.
Inputs
| Name | Type | Access | Description |
|---|---|---|---|
| Primary Color | Colour |
item | Main accent color (links, headers). Default: RBG(217, 76, 26). |
| Background Color | Colour |
item | Site background color. Default: RBG(248, 250, 252). |
| Text Color | Colour |
item | Main text color. Default: RBG(30, 41, 59). |
| Border Color | Colour |
item | Table and divider border color. Default: RBG(226, 232, 240). |
| Font Family | Text |
item | CSS Font family stack |
| Max Width | Integer |
item | Maximum width of the container in pixels |
Outputs
| Name | Type | Access | Description |
|---|---|---|---|
| CSS String | Text |
item | The generated CSS string. Plug this into the HTML Exporter. |