From 9777c09ba58476841aeb177227a2c0ee3888ef9f Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 28 Feb 2023 14:20:03 +0100 Subject: [PATCH] regular text in tables is invisible in dark mode --- gitweb-danixland/gitweb.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index cb6dfab..1873317 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -354,9 +354,9 @@ div.page_header a img.logo { .history tr.dark, .history tr.light, .heads tr.dark, .heads tr.light { background-color: var(--bg-alt); - color: var(--dark-grey); + color: var(--fg); height: 2.5em; - border-bottom: 1px solid #e1e1e1; + border-bottom: 1px solid rgba(var(--border)); } th .header { -- 2.20.1