Add outline style on focus-visible

This commit is contained in:
Sat Naing
2022-09-12 18:20:05 +06:30
parent ce703bc2ca
commit 9763789bd1
+2 -2
View File
@@ -26,11 +26,11 @@ const { href, post, secHeading = true } = Astro.props;
@apply my-6; @apply my-6;
} }
a { a {
@apply text-skin-accent font-medium text-lg; @apply text-skin-accent font-medium text-lg underline-offset-4 decoration-dashed focus-visible:underline;
} }
a h2, a h2,
a h3 { a h3 {
@apply font-medium text-lg hover:underline underline-offset-4 decoration-dashed; @apply font-medium text-lg hover:underline;
} }
.date-time-wrapper { .date-time-wrapper {
@apply opacity-80; @apply opacity-80;