From c4d44ca4fa836b4bd498ff8e01d33a474a5757c1 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 6 Jan 2024 17:25:16 +0100 Subject: [PATCH] Fix Font (Hopefully) --- src/layouts/Basic.astro | 2 ++ src/layouts/NavbarLayout.astro | 3 --- src/pages/index.astro | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/layouts/Basic.astro b/src/layouts/Basic.astro index 42a1ec7..f5dc86b 100644 --- a/src/layouts/Basic.astro +++ b/src/layouts/Basic.astro @@ -41,5 +41,7 @@ const iconImage = await getImage({src: icon, height: 32, width: 32, format: "png diff --git a/src/layouts/NavbarLayout.astro b/src/layouts/NavbarLayout.astro index f81cfc2..2b36046 100644 --- a/src/layouts/NavbarLayout.astro +++ b/src/layouts/NavbarLayout.astro @@ -142,9 +142,6 @@ customElements.define("nav-bar", Navbar); >h1 { @apply text-xl font-bold text-gray-100; } - >a { - @apply underline; - } } .scrolled { diff --git a/src/pages/index.astro b/src/pages/index.astro index 44bbcfc..5c78485 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -164,7 +164,7 @@ function mapMap(i: Map, fn: (key: T, value: K) => J): J[] { dark:bg-zinc-900 dark:border-gray-800 dark:text-gray-100 hover:scale-105; >h1 { - @apply text-xl font-bold underline mt-4; + @apply text-xl font-bold mt-4; } >p { @apply mt-4;