# UpdateBrandingDto

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/branding/branding.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/branding/branding.service.ts#L27)

## Properties

| Property | Type |
|---|---|
| `siteName` | `string | null` |
| `tagline` | `string | null` |
| `logoLightUrl` | `string | null` |
| `faviconUrl` | `string | null` |
| `primaryColor` | `string | null` |
| `accentColor` | `string | null` |
| `supportEmail` | `string | null` |
| `menuStyle` | `string | null` |
| `menuConfig` | `Record<string, any> | null` |
| `theme` | `string | null` |
| `logoDarkUrl` | `string | null` |
| `fontFamily` | `string | null` |
| `customCss` | `string | null` |
| `hidePoweredBy` | `boolean | null` |
| `customFooter` | `string | null` |
| `colorMode` | `string | null` |
| `audienceThemes` | `Record<string, AudienceThemeEntry> | null` |
| `allowReaderTheme` | `boolean | null` |
