]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: alabaster theme: better contrast for background color of topics
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Mar 2021 09:19:19 +0000 (10:19 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 8 Mar 2021 09:19:22 +0000 (10:19 +0100)
The old value just was way to heavy, and notes/warnings/...
admonitions did not stick out anymore.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/custom.css

index 07ee64d619ce0bc3fb9e2d8e65b9c210e277dcff..0cd0ba4b551732adc3e1b38df8b2f54b878f58b9 100644 (file)
@@ -14,6 +14,10 @@ pre {
     padding: 5px 10px;
 }
 
+div.topic {
+    background-color: #FAFAFA;
+}
+
 li a.current {
     font-weight: bold;
     border-bottom: 1px solid #000;