-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
enhancementAn enhancement.An enhancement.
Milestone
Description
The default code block font-size was defined as $type-size-7 in _sass/_syntax.scss. This is too small compared with the normal text font.
I'd recommend changing it to 0.8125em (~13 px), which is between $type-size-5 (~16 px) and $type-size-6 (~12 px).
.highlight {
margin: 0;
font-family: $monospace;
font-size: .8125em; /* was $type-size-7 */
line-height: 1.8;
}iokasimov, lightsquared, pswpswpsw, MasashiSode, zuoxingdong and 20 more
Metadata
Metadata
Assignees
Labels
enhancementAn enhancement.An enhancement.