contrib/html: increase default line height

This commit is contained in:
Christian Hesse 2025-11-10 11:30:49 +01:00
parent fae8dbd8ea
commit 2d6fdc355e

View file

@ -3,6 +3,7 @@ body {
background-color: transparent;
font-family: fira-sans, sans-serif;
font-size: 10pt;
line-height: 1.6;
}
h2 {
border-bottom: 1px solid #ccc;