From d2b85f243e5f04c5a159b9b3017c1b0c883f0b14 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Fri, 30 May 2025 09:04:54 +0800 Subject: [PATCH] style: adjust blockquote list styles To avoid strange extraneous bottom margins. --- sass/styles/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/styles/app.scss b/sass/styles/app.scss index adec28297..35a40e699 100644 --- a/sass/styles/app.scss +++ b/sass/styles/app.scss @@ -104,6 +104,11 @@ blockquote { p:last-of-type { margin-bottom: 0; } + + ol, ul { + margin-block-start: 1em; + margin-block-end: 0em; + } } details > summary {