Workaround inconsistent text scaling (#100)

p + pre remains at em as we want to use the parent element here (however rem
could be used too, just requires a bigger value). I am setting it to 110% size,
otherwise some code blocks have relatively small text. The smaller code blocks
do appear bigger.
This commit is contained in:
Kellegram 2021-09-10 05:08:57 +01:00 committed by GitHub
parent 3b9a3bd0b8
commit d5c43420c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ color: \#0060DF;
}} }}
\Css{p, a { \Css{p, a {
font-size: 1.2em; font-size: 1.2rem;
}} }}
\Css{p + pre { \Css{p + pre {