Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 9f99cfc

Browse files
authored
Merge pull request #472 from inntran/master
improve code section look
2 parents 76ea23e + 1c1fc45 commit 9f99cfc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/custom/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ body {
2323
}
2424

2525
code {
26+
font-family: "SFMono-Regular", Menlo, "DejaVu Sans Mono", "Droid Sans Mono", Consolas, Monospace;
2627
font-size: 0.75rem;
2728
}
2829

@@ -49,6 +50,9 @@ code {
4950
margin-top: 2.4rem;
5051
margin-bottom: 0.8rem;
5152
}
53+
.highlight {
54+
line-height: 1.4;
55+
}
5256
}
5357

5458
.site-title {

0 commit comments

Comments
 (0)