Update card link underline to dashed on hover

This commit is contained in:
Sat Naing
2022-09-12 19:05:47 +06:30
parent dc35507d98
commit 6806551c78
+1 -1
View File
@@ -30,7 +30,7 @@ const { href, post, secHeading = true } = Astro.props;
} }
a h2, a h2,
a h3 { a h3 {
@apply font-medium text-lg hover:underline; @apply font-medium text-lg decoration-dashed hover:underline;
} }
.date-time-wrapper { .date-time-wrapper {
@apply opacity-80; @apply opacity-80;