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:
parent
7ec07b3170
commit
a552bc7eab
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue