From 526bd24742f2e99a9d95c8b87eec02b3dbdca9e7 Mon Sep 17 00:00:00 2001 From: tobias Date: Sun, 19 May 2024 20:46:33 +0200 Subject: [PATCH] Reasonabler CSS defaults --- astro/src/components/Footer.astro | 4 ++-- astro/src/global.css | 4 ++++ astro/src/layouts/BaseLayout.astro | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/astro/src/components/Footer.astro b/astro/src/components/Footer.astro index bd55e74..d112d88 100644 --- a/astro/src/components/Footer.astro +++ b/astro/src/components/Footer.astro @@ -3,9 +3,9 @@ import { getCurrentYear } from "@/utils/date"; import ThemeSwitcher from "./ThemeSwitcher.astro"; --- -