Wire guest branding theme
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user