mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: properly override header values (#1673)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user