Преглед на файлове

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.
Kellegram преди 3 години
родител
ревизия
d5c43420c8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      html.cfg

+ 1 - 1
html.cfg

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