]> danix's work - gitweb-theme-danix.git/commitdiff
regular text in tables is invisible in dark mode
authordanix <redacted>
Tue, 28 Feb 2023 13:20:03 +0000 (14:20 +0100)
committerdanix <redacted>
Tue, 28 Feb 2023 13:20:03 +0000 (14:20 +0100)
gitweb-danixland/gitweb.css

index cb6dfab7ebdef6a6824e3f42bf52c4bfb152e71e..1873317c9cfdbd4a954cf61f927419352401681f 100644 (file)
@@ -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 {