From 5d054b5fcc5999d2240f663478d0d9af3625a796 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 10 Sep 2022 15:07:10 +0630 Subject: [PATCH] Add link underline on hovered --- src/components/Card.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 7038518..10887b0 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -39,7 +39,7 @@ const { href, post, secHeading = true } = Astro.props; } a h2, a h3 { - @apply font-medium text-lg; + @apply font-medium text-lg hover:underline underline-offset-4 decoration-dashed; } .date-time-wrapper { @apply opacity-80;