Skip to content

Commit e314aa2

Browse files
committed
style: tweaks
1 parent 73c6359 commit e314aa2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/smol.css

+6
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ ul[style*="list-style-type: none;"] {
227227

228228
ol {
229229
padding: 0 0 0 var(--line-height);
230+
list-style-position: inside;
231+
list-style-type: decimal;
230232
margin: var(--line-height) 0;
231233
}
232234

@@ -269,6 +271,10 @@ figure {
269271
margin: 0;
270272
}
271273

274+
sup {
275+
line-height: 0;
276+
}
277+
272278
#toc {
273279
margin-top: var(--line-height);
274280
}

0 commit comments

Comments
 (0)