feat: support <blockquote />

This commit is contained in:
Li Xin 2025-04-22 13:53:14 +08:00
parent dff003f743
commit 89c90dba95

View File

@ -228,6 +228,10 @@ textarea {
@apply py-0.5; @apply py-0.5;
@apply border; @apply border;
} }
blockquote {
@apply border-muted-foreground text-muted-foreground border-l-2 pl-2;
}
} }
@layer base { @layer base {