Skip to content

Commit

Permalink
Fix font size of code blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Jun 10, 2021
1 parent 7c4bc0b commit 898b1f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion asset/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,14 @@ blockquote {

code {
color: hsl(200, 20%, 40%);
font: normal 15px $mono;
font-family: $mono;
white-space: pre;
}

p code {
font-size: 15px;
}

a code {
color: $primary;
}
Expand Down
6 changes: 5 additions & 1 deletion html/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion html/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 898b1f2

Please sign in to comment.