From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [45.144.208.40]) by lore.proxmox.com (Postfix) with ESMTPS id C318F1FF0E4 for ; Tue, 14 Jul 2026 11:00:38 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 825DD21355; Tue, 14 Jul 2026 11:00:38 +0200 (CEST) Message-ID: <227f26e3-e61d-4b3f-8437-f5cb6df91cb3@proxmox.com> Date: Tue, 14 Jul 2026 11:00:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [PATCH datacenter-manager/offline-mirror/proxmox-backup v2 0/3] adjust contrast for visited links in dark mode in restructured text docs To: Shannon Sterz , pdm-devel@lists.proxmox.com References: <20260706093024.111994-1-s.sterz@proxmox.com> Content-Language: en-US From: Dominik Csapak In-Reply-To: <20260706093024.111994-1-s.sterz@proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1784019617585 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.362 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: ZYM2KJLYTXYJW3IFV4YOPL4HXJDE73C5 X-Message-ID-Hash: ZYM2KJLYTXYJW3IFV4YOPL4HXJDE73C5 X-MailFrom: d.csapak@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Much better contrast for those links, thanks! Reviewed-by: Dominik Csapak On 7/6/26 11:30 AM, Shannon Sterz wrote: > pdm, pbs, and pom use a different css for their docs than pve and pmg and > currently suffer from low contrast on visited links. these patches fix that. > > Changelog > --------- > > * v1: https://lore.proxmox.com/all/20260608080627.38719-1-s.sterz@proxmox.com/ > > + change from v1: > - add a patch also covering this issue in pom > > > backup: > > Shannon Sterz (1): > docs: fix visited link contrast in dark mode > > docs/_static/custom.css | 6 ++++++ > 1 file changed, 6 insertions(+) > > > datacenter-manager: > > Shannon Sterz (1): > docs: fix visited link contrast in dark mode > > docs/_static/custom.css | 6 ++++++ > 1 file changed, 6 insertions(+) > > > offline-mirror: > > Shannon Sterz (1): > docs: fix visited link contrast in dark mode > > docs/custom.css | 6 ++++++ > 1 file changed, 6 insertions(+) > > > Summary over all repositories: > 3 files changed, 18 insertions(+), 0 deletions(-) >