]> git.proxmox.com Git - pve-docs.git/commitdiff
css: fine-tune h4, h5, h6 headings font-sizes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Mar 2024 16:38:16 +0000 (17:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Mar 2024 16:59:31 +0000 (17:59 +0100)
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>
asciidoc/pve-docs.css

index 45e2b111348de7edc79675f230c480b4da9109a8..19c176e9b408e4fa083ca47aeb3abd3cc83e1107 100644 (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;