From 07d48ae632472081b0f272f86e75c8aa834460c4 Mon Sep 17 00:00:00 2001 From: tangly Date: Mon, 17 Oct 2022 22:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BA=A7=E7=BC=A9=E8=BF=9Blist?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=B0=8F=E5=86=99=E5=AD=97=E6=AF=8D=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/styles/notion.css b/styles/notion.css index c5727c94..f6a28c5b 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -388,7 +388,7 @@ .notion-h { position: relative; - display: block; // 修复H标题不换行的问题 + display: block; font-weight: 600; line-height: 1.3; padding: 3px 2px; @@ -653,6 +653,10 @@ svg.notion-page-icon { margin-bottom: 0; } +.notion-list-numbered > .notion-list-numbered { + list-style-type: lower-alpha; +} + .notion-list-disc li { padding-left: 0.1em; }