Added Header Component

This commit is contained in:
2025-09-17 13:14:24 +02:00
parent 6e2ab0a88b
commit 1773687814
8 changed files with 148 additions and 13 deletions

View File

@@ -85,7 +85,7 @@
--color-primary-emphasis: oklch(from var(--color-primary) calc(l - 0.15) c h);
/* == Secondary Colors == */
--color-secondary: var(--color-palette-electric-blue);
--color-secondary: var(--color-palette-olive-drab);
--color-secondary-surface: oklch(from var(--color-secondary) calc(l + 0.1) c h);
--color-secondary-emphasis: oklch(from var(--color-secondary) calc(l - 0.15) c h);