Skip to content

Commit

Permalink
Added padding to code element
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Sep 26, 2024
1 parent b3c3d36 commit 20930ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ code {
background-color: #222;
border: 1px solid #080808;
border-radius: 0.5em;
padding: 0.25em;
}
select {
background-color: var(--bg-color-alt);
Expand Down

0 comments on commit 20930ae

Please sign in to comment.