From 1326b9dd055ee19719cc90bfc86ebc0e087b6079 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 18 Dec 2022 22:15:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dmarkdown=E5=BC=95?= =?UTF-8?q?=E7=94=A8=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/web/src/components/Markdown.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/web/src/components/Markdown.less b/client/web/src/components/Markdown.less index a8f27f2f..f52933f0 100644 --- a/client/web/src/components/Markdown.less +++ b/client/web/src/components/Markdown.less @@ -29,6 +29,6 @@ } blockquote { - @apply px-2 text-gray-500 border-l-3 border-gray-500; + @apply px-2 text-gray-500 border-l-4 border-gray-500; } }