Fix td colour in dark mode.
authorDave Page <dpage@pgadmin.org>
Thu, 2 Jan 2025 16:43:28 +0000 (16:43 +0000)
committerDave Page <dpage@pgadmin.org>
Thu, 2 Jan 2025 16:43:28 +0000 (16:43 +0000)
static/css/pgzypp.css

index c74f4411f8453bcd381f18a71f7018c7e770f229..028ac05778231f03870505a8982544988188be7f 100644 (file)
@@ -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);
 }