From dd5157822d89465fe12fdd943a5c4d23b2f2fb90 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 20 Sep 2020 11:53:21 +0200 Subject: nohover-highlight --- cgit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cgit.css') 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 { -- cgit v1.2.3