mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Add outline style on focus-visible
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user