From 8470ad5915debf35f2b9520dceb73f56b9b8b621 Mon Sep 17 00:00:00 2001 From: Moritz Utcke Date: Tue, 22 Apr 2025 15:04:43 -0300 Subject: [PATCH] Highlight rausgenommen --- src/layouts/AusweisLayoutDaten.astro | 24 ++++++++-------- src/layouts/AusweisLayoutPruefung.astro | 24 ++++++++-------- src/layouts/BlankLayout.astro | 24 ++++++++-------- src/layouts/DashboardLayout.astro | 38 +++++++++++++++---------- src/layouts/Layout.astro | 24 ++++++++-------- 5 files changed, 71 insertions(+), 63 deletions(-) diff --git a/src/layouts/AusweisLayoutDaten.astro b/src/layouts/AusweisLayoutDaten.astro index d18e3413..cf1a4523 100644 --- a/src/layouts/AusweisLayoutDaten.astro +++ b/src/layouts/AusweisLayoutDaten.astro @@ -18,19 +18,19 @@ const { title } = Astro.props; --- diff --git a/src/layouts/BlankLayout.astro b/src/layouts/BlankLayout.astro index 987d58b5..128dfeb4 100644 --- a/src/layouts/BlankLayout.astro +++ b/src/layouts/BlankLayout.astro @@ -35,19 +35,19 @@ const schema = JSON.stringify({ --- diff --git a/src/layouts/DashboardLayout.astro b/src/layouts/DashboardLayout.astro index e06780f8..9b25aee1 100644 --- a/src/layouts/DashboardLayout.astro +++ b/src/layouts/DashboardLayout.astro @@ -45,21 +45,29 @@ const schema = JSON.stringify({ let lightTheme = Astro.cookies.get("theme")?.value === "light"; --- - @@ -109,7 +117,7 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light"; - +
{