Interface BrandingConfigColors

Configures the branding colors, only used for branding levels lower than 1.

interface BrandingConfigColors {
    functional: string;
    primary: string;
}

Properties

Properties

functional: string

The functional color used for elements like buttons and links.

primary: string

The primary color used for the background of the 'contact' plugin (located on the top right of the header).