regular text in tables is invisible in dark mode
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index cb6dfab..1873317 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 {