docs: prune sim: add h4 to h6 style in css

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-10-05 13:07:07 +02:00
parent bb044304aa
commit 3ac9b04a26

View File

@ -15,10 +15,16 @@
font-family: 'Open Sans', sans-serif;
font-size: 17px;
}
h1, h2, h3 {
h1, h2, h3, h4, h5, h6 {
color: #2a2b2c;
font-family: Lato, sans-serif;
}
h1, h2, h3 {
font-size: 150%;
line-height:1.2
line-height: 1.2;
}
h4, h5, h6 {
font-size: 125%;
}
tt, code {
background-color: #ecf0f3;