Skip to content

Commit

Permalink
fix: inline code not being stylized in list items (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisxfire authored May 25, 2023
1 parent 50a8e4f commit 2585ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/sass/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
}

// Inline code
li>code,
p>code {
font-size: 0.9em;
padding: 1px 3px;
Expand Down

0 comments on commit 2585ddb

Please sign in to comment.