From: danix Date: Tue, 28 Feb 2023 13:20:03 +0000 (+0100) Subject: regular text in tables is invisible in dark mode X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=9777c09ba58476841aeb177227a2c0ee3888ef9f regular text in tables is invisible in dark mode --- 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 {