fix(public-site): honor dark theme surface colors
This commit is contained in:
@@ -187,6 +187,10 @@ function composeInlineStyles(payload) {
|
||||
--brand-accent: ${branding.colors.accent};
|
||||
--brand-background: ${branding.colors.background};
|
||||
--brand-text: ${branding.colors.text};
|
||||
--brand-surface: ${branding.colors.surface || '#ffffff'};
|
||||
--brand-elevated: ${branding.colors.elevated || '#f5f5f5'};
|
||||
--brand-border: ${branding.colors.border || '#e5e5e5'};
|
||||
--brand-muted-text: ${branding.colors.mutedText || '#737373'};
|
||||
}`);
|
||||
|
||||
if (payload.baseCss) {
|
||||
|
||||
Reference in New Issue
Block a user