Skip to content

Commit

Permalink
fix: inconsistent code style in lists in light mode closes #158
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-sid authored Dec 22, 2023
1 parent a24d827 commit 73635c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/sass/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ code {
word-wrap: normal;
font-size: inherit;
}

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

0 comments on commit 73635c0

Please sign in to comment.