Add link underline on hovered

This commit is contained in:
Sat Naing
2022-09-10 15:07:10 +06:30
parent 8b726cbfa7
commit 5d054b5fcc
+1 -1
View File
@@ -39,7 +39,7 @@ const { href, post, secHeading = true } = Astro.props;
} }
a h2, a h2,
a h3 { a h3 {
@apply font-medium text-lg; @apply font-medium text-lg hover:underline underline-offset-4 decoration-dashed;
} }
.date-time-wrapper { .date-time-wrapper {
@apply opacity-80; @apply opacity-80;