Merge pull request #21 from skyzh/patch-1 fix unwanted star before nested ordered list
Athul Cyriac Ajay athul8720@gmail.com
Wed, 24 Mar 2021 19:38:32 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/css/main.css
→
static/css/main.css
@@ -60,7 +60,7 @@ }
ul li { text-indent: -2ch; } -ul li::before { +ul > li::before { content: '* '; font-weight: bold; }