projects
/
pgzypp-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc3a8a
)
Fix td colour in dark mode.
author
Dave Page
<dpage@pgadmin.org>
Thu, 2 Jan 2025 16:43:28 +0000
(16:43 +0000)
committer
Dave Page
<dpage@pgadmin.org>
Thu, 2 Jan 2025 16:43:28 +0000
(16:43 +0000)
static/css/pgzypp.css
patch
|
blob
|
blame
|
history
diff --git
a/static/css/pgzypp.css
b/static/css/pgzypp.css
index c74f4411f8453bcd381f18a71f7018c7e770f229..028ac05778231f03870505a8982544988188be7f 100644
(file)
--- 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);
}