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;