mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-03-31 02:15:11 +08:00
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:
parent
3b9a3bd0b8
commit
d5c43420c8
2
html.cfg
2
html.cfg
@ -23,7 +23,7 @@ color: \#0060DF;
|
||||
}}
|
||||
|
||||
\Css{p, a {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2rem;
|
||||
}}
|
||||
|
||||
\Css{p + pre {
|
||||
|
Loading…
x
Reference in New Issue
Block a user