mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
Add link underline on hovered
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user