docs: prune sim: add h4 to h6 style in css
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
bb044304aa
commit
3ac9b04a26
@ -15,10 +15,16 @@
|
|||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
h1, h2, h3 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
color: #2a2b2c;
|
||||||
font-family: Lato, sans-serif;
|
font-family: Lato, sans-serif;
|
||||||
|
}
|
||||||
|
h1, h2, h3 {
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
line-height:1.2
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
h4, h5, h6 {
|
||||||
|
font-size: 125%;
|
||||||
}
|
}
|
||||||
tt, code {
|
tt, code {
|
||||||
background-color: #ecf0f3;
|
background-color: #ecf0f3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user