mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Add base & dark style for prose
This commit is contained in:
@@ -34,6 +34,12 @@
|
|||||||
svg {
|
svg {
|
||||||
@apply w-6 h-6 inline-block fill-skin-base group-hover:fill-skin-accent;
|
@apply w-6 h-6 inline-block fill-skin-base group-hover:fill-skin-accent;
|
||||||
}
|
}
|
||||||
|
.prose {
|
||||||
|
@apply prose-a:underline-offset-8 prose-a:!decoration-dashed hover:prose-a:!decoration-solid;
|
||||||
|
}
|
||||||
|
.theme-dark .prose {
|
||||||
|
@apply prose-invert;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
|
|||||||
Reference in New Issue
Block a user