Wire guest branding theme

This commit is contained in:
Codex Agent
2026-01-15 08:06:21 +01:00
parent 33e46b448d
commit 81446b37c3
14 changed files with 478 additions and 123 deletions

View File

@@ -511,6 +511,20 @@ h4,
--sidebar-ring: oklch(0.439 0 0);
}
html.guest-theme {
--background: var(--guest-background);
--card: var(--guest-surface);
--popover: var(--guest-surface);
background-color: var(--guest-background);
}
html.guest-theme.dark {
--background: var(--guest-background);
--card: var(--guest-surface);
--popover: var(--guest-surface);
background-color: var(--guest-background);
}
@keyframes mobile-shimmer {
0% {
background-position: -200% 0;