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;