css: fine-tune h4, h5, h6 headings font-sizes

Else h6 was quite a bit tinier than the actual paragraph text, and it
doesn't hurts that h4 stands a bit out more.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-03-06 17:38:16 +01:00
parent 450dc469d9
commit a0fdba3295

View File

@ -30,6 +30,17 @@ div.admonitionblock td.icon > img {
padding: 0.15em;
}
/* Fine-tune headings a bit */
h4 {
font-size: 1.1em;
}
h5 {
font-size: 1.05em;
}
h6 {
font-size: 1.0em;
}
@media screen and (prefers-color-scheme: dark) {
:root {
color-scheme: dark;