docs/css: Make h4s visible

Otherwise this just looks like normal text. Same size as h3 for now,
we might want to think about another indicator - underlines?
background color?
This commit is contained in:
Fabian Boehm 2022-12-07 21:45:07 +01:00
parent 494615891b
commit 02e11773ad

View File

@ -352,7 +352,7 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
padding: 0.3em 0;
}
div.body h3 {
div.body h3, div.body h4 {
font-size: 140%;
}