Skip to content

Commit

Permalink
Update _code.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
ibbsbbr authored Jan 7, 2024
1 parent f5fcff6 commit 4a01579
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/_code.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pre, code {
overflow-x: auto;
font-family: 'BitPotionExt';
font-size: 48px;
}

pre.highlight{
Expand All @@ -8,6 +10,8 @@ pre.highlight{
background: #343434;
border-radius: 1em;
transition: transform 1s ease;
font-family: 'BitPotionExt';
font-size: 48px;
}

.faded {
Expand Down

0 comments on commit 4a01579

Please sign in to comment.