* [pbs-devel] [PATCH proxmox-backup] docs: dark mode: adapt background for bottom links in mobile view
@ 2023-03-30 6:49 Dominik Csapak
2023-04-06 5:29 ` [pbs-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2023-03-30 6:49 UTC (permalink / raw)
To: pbs-devel
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@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;
}
}
+
+@media screen and (max-width: 875px) and (prefers-color-scheme: dark) {
+ div.documentwrapper {
+ background: initial;
+ }
+}
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pbs-devel] applied: [PATCH proxmox-backup] docs: dark mode: adapt background for bottom links in mobile view
2023-03-30 6:49 [pbs-devel] [PATCH proxmox-backup] docs: dark mode: adapt background for bottom links in mobile view Dominik Csapak
@ 2023-04-06 5:29 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2023-04-06 5:29 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Dominik Csapak
Am 30/03/2023 um 08:49 schrieb Dominik Csapak:
> 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@proxmox.com>
> ---
> docs/custom.css | 6 ++++++
> 1 file changed, 6 insertions(+)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-06 5:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 6:49 [pbs-devel] [PATCH proxmox-backup] docs: dark mode: adapt background for bottom links in mobile view Dominik Csapak
2023-04-06 5:29 ` [pbs-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox