Skip to content

Commit

Permalink
TL: removing border for code elements
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Mar 12, 2024
1 parent ea00154 commit 1b58b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scss/_codes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pre,
code {
font-family: Consolas, monaco, monospace;
font-size: 15px;
border: 2px solid $grey-color-light;
border: 0px solid $grey-color-light;
border-radius: 5px;
background-color: #eef;
}
Expand Down

0 comments on commit 1b58b02

Please sign in to comment.