summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index 24ddd0c..0dff457 100644
--- a/cgit.css
+++ b/cgit.css
@@ -253,11 +253,11 @@ div#cgit table.list tr.nohover:hover {
}
div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
- background: var(--bg);
+ background: var(--table-bg1);
}
div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
- background: var(--bg);
+ background: var(--table-bg2);
}
div#cgit table.list th {