Skip to content

Commit

Permalink
lord so help me make this format nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
jamopopper committed Jun 29, 2024
1 parent 3061b9b commit 6630a5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,12 @@ ul:not(ul ul) {
padding: 10px;
}

code:not(code pre) {

li input[type="checkbox"] {
list-style-position: inside;
}

code:not(pre code) {
font-family: 'Courier New', Courier, monospace;
font-size: 100%;
color: rgba(255, 255, 255, 0.9);
Expand Down

0 comments on commit 6630a5d

Please sign in to comment.