[pbs-devel] [PATCH proxmox-backup] docs: dark mode: adapt background for bottom links in mobile view

Dominik Csapak d.csapak at proxmox.com
Thu Mar 30 08:49:25 CEST 2023


the background there was white, so override them to the initial value
(the same as the remaining page).

this was missing in my last patch

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 docs/custom.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/docs/custom.css b/docs/custom.css
index 9408f418..cf8fa084 100644
--- a/docs/custom.css
+++ b/docs/custom.css
@@ -202,3 +202,9 @@ div.document, div.footer {
         background-color: #a19231;
     }
 }
+
+ at media screen and (max-width: 875px) and (prefers-color-scheme: dark) {
+    div.documentwrapper {
+        background: initial;
+    }
+}
-- 
2.30.2






More information about the pbs-devel mailing list