Skip to content

Commit

Permalink
fix: monospace font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Etters committed May 19, 2023
1 parent 08a317f commit 88228bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ a.tag {
display: block!important;
}

/* `font-family: monospace, monospace;` corrects the inheritance and scaling of font size in all browsers */
code, pre {
font-family: monospace, monospace;
color: #aaa;
color: var(--color-beta);
}
Expand Down

0 comments on commit 88228bb

Please sign in to comment.