fix: markdown list style

This commit is contained in:
shenyu 2019-12-30 21:23:12 +08:00
parent 0bc4b48060
commit f1c03a8f21

View File

@ -23,6 +23,8 @@ $line-numbers
color highlight-comment color highlight-comment
.article-entry .article-entry
ol>li>ul
padding-inline-start: 2rem;
pre, code pre, code
font-family inherit font-family inherit
text-shadow none text-shadow none
@ -146,3 +148,4 @@ pre
.keyword .keyword
.javascript .function .javascript .function
color highlight-purple color highlight-purple