From 27cbb387846dae0cbd5a8ccbb554a5d9a0b12104 Mon Sep 17 00:00:00 2001 From: sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Fri, 13 Jan 2023 18:29:16 +0800 Subject: [PATCH] fix blockquote inline style --- src/app.pcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.pcss b/src/app.pcss index d7d0dd67..de89e016 100644 --- a/src/app.pcss +++ b/src/app.pcss @@ -188,9 +188,9 @@ pre.twoslash data-lsp:hover::before { .urara-prose blockquote:before { vertical-align: -0.4em; - @apply mr-2 text-5xl leading-3 italic font-serif opacity-25; + @apply mr-2 text-5xl mt-4 leading-3 italic font-serif opacity-25 float-left; } .urara-prose blockquote p { - @apply inline opacity-80 before:content-[''] after:content-['']; + @apply opacity-80 before:content-[''] after:content-['']; }