From 6806551c789fd13931b989e597dd2e7789a4a05d Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Mon, 12 Sep 2022 19:05:47 +0630 Subject: [PATCH] Update card link underline to dashed on hover --- 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 77daae1..db808a1 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -30,7 +30,7 @@ const { href, post, secHeading = true } = Astro.props; } a h2, a h3 { - @apply font-medium text-lg hover:underline; + @apply font-medium text-lg decoration-dashed hover:underline; } .date-time-wrapper { @apply opacity-80;