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;