Skip to content

Commit

Permalink
💄 style: round down code font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed May 21, 2023
1 parent 60680fa commit 4af487e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sass/parts/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ code {
background-color: var(--bg-1);
padding: 0.1em 0.2em;
font-family: var(--code-font);
font-weight: 350;
font-size: 0.92em;
font-size: 0.9em;
}

pre {
Expand Down

0 comments on commit 4af487e

Please sign in to comment.