From f1c03a8f2130537b17eef1ee0e45ac1995c2b500 Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Mon, 30 Dec 2019 21:23:12 +0800 Subject: [PATCH] fix: markdown list style --- source/css/_partial/highlight.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/css/_partial/highlight.styl b/source/css/_partial/highlight.styl index b26b6ad..118c573 100644 --- a/source/css/_partial/highlight.styl +++ b/source/css/_partial/highlight.styl @@ -23,6 +23,8 @@ $line-numbers color highlight-comment .article-entry + ol>li>ul + padding-inline-start: 2rem; pre, code font-family inherit text-shadow none @@ -146,3 +148,4 @@ pre .keyword .javascript .function color highlight-purple +