diff --git a/src/routes/auth/+layout.svelte b/src/routes/auth/+layout.svelte index 1ed8bdea..20422cbc 100644 --- a/src/routes/auth/+layout.svelte +++ b/src/routes/auth/+layout.svelte @@ -1,6 +1,7 @@ -
+
@@ -37,7 +40,7 @@ .authBackground { position: absolute; inset: 0; - background: #1a1a2e url('/images/port-breeze.jpg') center / cover no-repeat; + background: #1a1a2e var(--auth-bg-url) center / cover no-repeat; z-index: 0; // Overlay for readability