From: Kellegram Date: Fri, 10 Sep 2021 04:08:57 +0000 (+0100) Subject: Workaround inconsistent text scaling (#100) X-Git-Tag: latest~112 X-Git-Url: https://www.ivnss.com/gitweb/?a=commitdiff_plain;h=d5c43420c8b69d8b58b10dc65f017ab5946bc295;p=lkmpg 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. --- diff --git a/html.cfg b/html.cfg index 184c61b..7cec0ab 100644 --- a/html.cfg +++ b/html.cfg @@ -23,7 +23,7 @@ color: \#0060DF; }} \Css{p, a { -font-size: 1.2em; +font-size: 1.2rem; }} \Css{p + pre {