From 83c6aa8550896a456488eb29a3e19abf7d512f3a Mon Sep 17 00:00:00 2001 From: Jens Cornelsen <79703163+IB-Cornelsen@users.noreply.github.com> Date: Sat, 22 Feb 2025 18:54:21 +0100 Subject: [PATCH] . --- src/layouts/DashboardLayout.astro | 3 ++- src/style/global.css | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/layouts/DashboardLayout.astro b/src/layouts/DashboardLayout.astro index ea200e0c..1b59530d 100644 --- a/src/layouts/DashboardLayout.astro +++ b/src/layouts/DashboardLayout.astro @@ -97,7 +97,8 @@ let lightTheme = Astro.cookies.get("theme")?.value === "light"; - + +
diff --git a/src/style/global.css b/src/style/global.css index f62a5ddf..cc482882 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -44,7 +44,20 @@ body{ } main{ - @apply bg-[url('/images/pattern.png')] bg-repeat bg-fixed max-w-[1920px] mx-auto border-gray-200 border-[1px] min-w-[320px] + @apply bg-[url('/images/pattern.png')] bg-repeat bg-fixed max-w-[1920px] mx-auto border-gray-200 border-[1px] min-w-[320px]; + @apply w-full relative bg-white px-0 py-0 z-0; + + hr {@apply mb-4 mt-4 border-primary;} + + h1 {@apply pl-2 sm:pl-0 text-4xl font-normal mb-2;} + h2{@apply pl-2 sm:pl-0 text-2xl font-normal mb-2;} + h3 {@apply pl-2 sm:pl-0 text-xl font-normal ml-1;} + + a {@apply text-blue-700 font-medium inline;} + + p {@apply text-lg font-normal pl-2 pr-2 mb-4;} + li {@apply text-lg font-normal } + ul {@apply list-disc list-inside mb-4} } .button { @@ -82,7 +95,7 @@ article { h1 {@apply pl-2 sm:pl-0 text-4xl font-normal mb-2;} h2{@apply pl-2 sm:pl-0 text-2xl font-normal mb-2;} - h3 {@apply pl-2 sm:pl-0 text-xl font-normal ml-1;} + h3 {@apply pl-2 sm:pl-0 text-xl font-normal ml-1 mb-1;} a {@apply text-blue-700 font-medium inline;}