From c1a3b7f725d7ee0bc658b29c36e5dc2a3b71d298 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Wed, 5 Apr 2023 10:08:05 +0200 Subject: [PATCH] dark-mode: improve apt repo group header contrast ratios make the group headers darker, so that they have some contrast with the surrounding rows. also add back the border at the bottom. both changes improve the legibility of the table. Signed-off-by: Stefan Sterz --- src/proxmox-dark/scss/proxmox/_nodes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/proxmox-dark/scss/proxmox/_nodes.scss b/src/proxmox-dark/scss/proxmox/_nodes.scss index 02b15f9..84f9127 100644 --- a/src/proxmox-dark/scss/proxmox/_nodes.scss +++ b/src/proxmox-dark/scss/proxmox/_nodes.scss @@ -1,7 +1,7 @@ // Table headers under Node > "Updates" > "Repositories" .proxmox-apt-repos .x-grid-group-hd { - background-color: $background-darker; - border-bottom-width: 0; + background-color: $background-darkest; + border-color: $border-color-alt; } .proxmox-apt-repos .x-grid-group-title {