From adc1f343b214fbe1b75cb1fef5770b5df1b43abb Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 30 Mar 2026 21:57:39 +0200 Subject: [PATCH] feat(layout): apply brand-navy header with accent strip - Replace bg-surface border-b with bg-brand-navy (always #012851) - Add 4px bg-accent strip above the nav bar - Remove border-r separator from language switcher wrapper - Pass inverted prop to LanguageSwitcher for white text on dark bg Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/+layout.svelte | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 4ae6c1d1..d0f6b92c 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -35,7 +35,8 @@ const userInitials = $derived.by(() => {
{#if !isAuthPage} -
+
+
@@ -45,9 +46,9 @@ const userInitials = $derived.by(() => {