From: Dave Page Date: Thu, 2 Jan 2025 16:43:28 +0000 (+0000) Subject: Fix td colour in dark mode. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=82cf99452cf60aab788ff8c640bdfd7eb84c91c8;p=pgzypp-website.git Fix td colour in dark mode. --- diff --git a/static/css/pgzypp.css b/static/css/pgzypp.css index c74f441..028ac05 100644 --- a/static/css/pgzypp.css +++ b/static/css/pgzypp.css @@ -64,7 +64,7 @@ a:hover, a:active { text-decoration: none; } -.table .thead-light th { +.table .thead-light th,td { color: var(--th-fg-color); background-color: var(--th-bg-color); }