Skip to content

Commit

Permalink
Fixes inline code in li elements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhariri committed Apr 9, 2024
1 parent 1a9bdd7 commit df4ba6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ span.icon.email:before {
}

p code,
a code {
a code,
li code {
font-family: monospace;
color: var(--inline-code-color);
font-size: 0.9rem;
Expand Down

0 comments on commit df4ba6a

Please sign in to comment.