From 9ddad487ec53a5104ec2f0548467ce399404ac78 Mon Sep 17 00:00:00 2001 From: tangly Date: Thu, 20 Oct 2022 12:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E7=BA=A7=E5=88=97=E8=A1=A8=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=B0=8F=E5=86=99=E7=BD=97=E9=A9=AC=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index f6a28c5b..9c143e5b 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -657,6 +657,10 @@ svg.notion-page-icon { list-style-type: lower-alpha; } +.notion-list-numbered > .notion-list-numbered > .notion-list-numbered { + list-style-type: lower-roman; + } + .notion-list-disc li { padding-left: 0.1em; }