From 77d580effa83db21e8860257636913cea724331d Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Wed, 26 Jan 2022 14:26:08 +0000 Subject: Fix cgit css --- resources/cgit/cgit.css | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/resources/cgit/cgit.css b/resources/cgit/cgit.css index 4be29fc..e1d1859 100644 --- a/resources/cgit/cgit.css +++ b/resources/cgit/cgit.css @@ -200,26 +200,6 @@ div#cgit table.list { div#cgit table.list tr.logheader { background:#eee } -div#cgit table.list tr:nth-child(even) { - background:#white -} -div#cgit table.list tr:nth-child(odd) { - background:#fff -} -div#cgit table.list tr:hover { -} -div#cgit table.list tr.nohover { - background:var(--bg) -} -div#cgit table.list tr.nohover:hover { - background:var(--bg) -} -div#cgit table.list tr.nohover-highlight:hover:nth-child(even) { - background:var(--bg) -} -div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) { - background:var(--bg) -} div#cgit table.list th { font-weight:700; color:var(--fg); @@ -643,8 +623,8 @@ div#cgit div.footer { color:var(--fg-light) } div#cgit div.footer a { + color:var(--fg-light); text-decoration:none - color:var(--fg-light) } div#cgit div.footer a:hover { text-decoration:underline -- cgit v1.2.3