diff --git a/src/components/Header.astro b/src/components/Header.astro index ad3ea51..352d007 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -59,3 +59,18 @@ @apply w-6 h-6 fill-skin-base hover:fill-skin-accent; } + + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f20f8dd..3d731bc 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -35,8 +35,19 @@ const { title } = Astro.props; href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet" /> + + -
+