summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index 1a9ec53..d8ca8fa 100644
--- a/cgit.css
+++ b/cgit.css
@@ -208,15 +208,15 @@ div#cgit table.list tr.nohover {
}
div#cgit table.list tr.nohover:hover {
- background: var(--hover-bg);
+ background: var(--bg);
}
div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
- background: var(--table-bg1);
+ background: var(--bg);
}
div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
- background: var(--table-bg2);
+ background: var(--bg);
}
div#cgit table.list th {