diff --git a/static/smol.css b/static/smol.css index bdaec5c..afa08b0 100644 --- a/static/smol.css +++ b/static/smol.css @@ -227,6 +227,8 @@ ul[style*="list-style-type: none;"] { ol { padding: 0 0 0 var(--line-height); + list-style-position: inside; + list-style-type: decimal; margin: var(--line-height) 0; } @@ -269,6 +271,10 @@ figure { margin: 0; } +sup { + line-height: 0; +} + #toc { margin-top: var(--line-height); }