Skip to content

Commit 898b1f2

Browse files
committed
Fix font size of code blocks.
1 parent 7c4bc0b commit 898b1f2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

asset/style.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,14 @@ blockquote {
176176

177177
code {
178178
color: hsl(200, 20%, 40%);
179-
font: normal 15px $mono;
179+
font-family: $mono;
180180
white-space: pre;
181181
}
182182

183+
p code {
184+
font-size: 15px;
185+
}
186+
183187
a code {
184188
color: $primary;
185189
}

html/style.css

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/style.css.map

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)