From 30c0dbd08b4f212d5f26ae2af484c9175deffa71 Mon Sep 17 00:00:00 2001 From: laughmaker Date: Mon, 10 Feb 2025 10:36:12 +0800 Subject: [PATCH] change bultlist style --- theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index eedb2d8..fa948f9 100644 --- a/theme.css +++ b/theme.css @@ -791,7 +791,7 @@ span.cm-formatting.cm-formatting-list.cm-formatting-list-ol { } .list-bullet { - margin-left: -1.1px; + margin-left: 0.9px; } /* 有序列表后面的文字左移 */ @@ -806,7 +806,7 @@ span.cm-formatting.cm-formatting-list.cm-formatting-list-ol { .markdown-source-view.mod-cm6 .cm-formatting-list-ul { margin-left: -10.5px; margin-right: 7px; - font-size: 17px; + font-size: 14px; display: inline-block; width: 26px; text-align: center;