Expand branding controls and logo upload

This commit is contained in:
Codex Agent
2026-01-15 08:42:20 +01:00
parent a1f37bb491
commit b0ba29fcb6
11 changed files with 906 additions and 139 deletions

View File

@@ -121,6 +121,7 @@
--guest-radius: 14px;
--guest-button-style: filled;
--guest-link: #007aff;
--guest-font-scale: 1;
--guest-font-family: 'Montserrat', 'Inter', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
--guest-body-font: 'Montserrat', 'Inter', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
--guest-heading-font: 'Playfair Display', 'Montserrat', 'Inter', 'Helvetica Neue', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
@@ -516,6 +517,7 @@ html.guest-theme {
--card: var(--guest-surface);
--popover: var(--guest-surface);
background-color: var(--guest-background);
font-size: calc(16px * var(--guest-font-scale, 1));
}
html.guest-theme.dark {