mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
feat: upgrade to astro v3
Upgrade to astro v3. Update dependencies. Fix codes and features due to migration. BREAKING CHANGE: Astro v3 resolve #111
This commit is contained in:
@@ -128,4 +128,16 @@
|
||||
.focus-outline {
|
||||
@apply outline-2 outline-offset-1 outline-skin-fill focus-visible:no-underline focus-visible:outline-dashed;
|
||||
}
|
||||
|
||||
/* Card */
|
||||
.list-card {
|
||||
@apply my-6;
|
||||
}
|
||||
.list-card > a {
|
||||
@apply inline-block text-lg font-medium text-skin-accent decoration-dashed underline-offset-4 focus-visible:no-underline focus-visible:underline-offset-0;
|
||||
}
|
||||
.list-card h2,
|
||||
.list-card h3 {
|
||||
@apply text-lg font-medium decoration-dashed hover:underline;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user