From 906435492f038e95806a781908b546550a59dfa9 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 18 Aug 2020 11:52:20 +0200 Subject: fix hover bg --- cgit.css | 6 +++--- 1 file 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 { -- cgit v1.2.3