From 89c90dba95f94b021290e73e214e2b5a15b40177 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Tue, 22 Apr 2025 13:53:14 +0800 Subject: [PATCH] feat: support
--- web/src/styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/styles/globals.css b/web/src/styles/globals.css index 4da4c77..d9a6ab5 100644 --- a/web/src/styles/globals.css +++ b/web/src/styles/globals.css @@ -228,6 +228,10 @@ textarea { @apply py-0.5; @apply border; } + + blockquote { + @apply border-muted-foreground text-muted-foreground border-l-2 pl-2; + } } @layer base {