mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update card link underline to dashed on hover
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user