Skip to content

Commit

Permalink
style: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Dec 17, 2024
1 parent 73c6359 commit e314aa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/smol.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -269,6 +271,10 @@ figure {
margin: 0;
}

sup {
line-height: 0;
}

#toc {
margin-top: var(--line-height);
}
Expand Down

0 comments on commit e314aa2

Please sign in to comment.