fix: properly override header values (#1673)

This commit is contained in:
Eli Bosley
2025-09-08 12:55:52 -04:00
committed by GitHub
parent 785f1f5eb1
commit aecf70ffad
2 changed files with 16 additions and 24 deletions

View File

@@ -84,10 +84,10 @@
--color-primary-900: #7c2d12;
--color-primary-950: #431407;
/* Header colors */
--color-header-text-primary: #1c1c1c;
--color-header-text-secondary: #999999;
--color-header-background: #f2f2f2;
/* Header colors - defaults will be overridden by theme */
--color-header-text-primary: var(--header-text-primary, #1c1c1c);
--color-header-text-secondary: var(--header-text-secondary, #999999);
--color-header-background: var(--header-background-color, #f2f2f2);
/* Legacy colors - defaults (overridden by theme-variants.css) */
--color-alpha: #ff8c2f;