Merge pull request #1808

css: change line-height of code blocks to 1.4
This commit is contained in:
luigi1111 2021-09-09 16:15:52 -04:00 committed by GitHub
commit 8c461bd7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1131,7 +1131,7 @@ code {
margin: 0 0.2rem; margin: 0 0.2rem;
border-radius: 0.2rem; border-radius: 0.2rem;
text-indent: 0; text-indent: 0;
line-height: 1.1rem; line-height: 1.4rem;
} }
pre.highlight { pre.highlight {