fix(public-site): honor dark theme surface colors

This commit is contained in:
2026-05-20 08:48:40 +02:00
committed by Paul Nothaft
parent e0ad7ac2a7
commit 8b72721812
5 changed files with 67 additions and 30 deletions
@@ -152,6 +152,10 @@ export interface PublicSiteBranding {
accent: string;
background: string;
text: string;
surface?: string;
elevated?: string;
border?: string;
mutedText?: string;
};
}