fix unwanted star before ordered list
Alex Chi iskyzh@gmail.com
Sat, 30 Jan 2021 20:42:02 +0800
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; }