Skip to content

Commit

Permalink
💄 style(code tags): set border radius to inline code
Browse files Browse the repository at this point in the history
Improves cohesion with the rest of the theme.
  • Loading branch information
welpo committed Sep 9, 2023
1 parent 355df55 commit 0a61bd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/parts/_code.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
code {
border-radius: 5px;
background-color: var(--bg-1);
padding: 0.1em 0.2em;
font-family: var(--code-font);
Expand Down

0 comments on commit 0a61bd3

Please sign in to comment.