all repos — archie @ 7a96256b05d5553b2c9361b7df8cf4f53ed923b2

A minimal Hugo Theme

fix unwanted star before ordered list
Alex Chi iskyzh@gmail.com
Sat, 30 Jan 2021 20:42:02 +0800
commit

7a96256b05d5553b2c9361b7df8cf4f53ed923b2

parent

02b2654b939b6a5a989535310526b15333a54dc8

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M static/css/main.cssstatic/css/main.css

@@ -60,7 +60,7 @@ }

ul li { text-indent: -2ch; } -ul li::before { +ul > li::before { content: '* '; font-weight: bold; }