Reduce pre/code lines spacing

Reduce the lines spacing of pre and code blocks to make the text
easier to scan.

Closes gh-55
This commit is contained in:
Phillip Webb 2020-10-01 15:56:08 -07:00 committed by Brian Clozel
parent 7ec07b3170
commit a552bc7eab
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ a:not(pre)>code {
}
pre, pre > code {
line-height: 1.85;
line-height: 1.4;
color: rgba(0, 0, 0, 0.9);
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-weight: normal;