From 04e8eb5278ba11159a3683da694d95abbfec6515 Mon Sep 17 00:00:00 2001 From: Yongquan Yang Date: Sat, 16 Jul 2022 17:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E8=A1=8C=E9=AB=98=EF=BC=8C=E7=9C=8B=E8=B5=B7=E6=9D=A5=E6=9B=B4?= =?UTF-8?q?=E8=88=92=E6=9C=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom/custom.css b/custom/custom.css index 2756401..6fb8fee 100644 --- a/custom/custom.css +++ b/custom/custom.css @@ -28,6 +28,9 @@ ol{ margin-left:2em; } - li{ + ol > li{ + line-height: 1.8; + } + ul > li{ line-height: 1.8; } \ No newline at end of file