diff options
author | Federico Igne <git@federicoigne.com> | 2022-01-26 14:26:08 +0000 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2022-01-26 14:26:08 +0000 |
commit | 77d580effa83db21e8860257636913cea724331d (patch) | |
tree | e2cdd96b8747593195a9c5e8c8770a1c34536118 | |
parent | ba6a68fc0355ef66e5ee089c3f90a4e89a633606 (diff) | |
download | site-77d580effa83db21e8860257636913cea724331d.tar.gz site-77d580effa83db21e8860257636913cea724331d.zip |
Fix cgit css
-rw-r--r-- | resources/cgit/cgit.css | 22 |
1 files changed, 1 insertions, 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 { | |||
200 | div#cgit table.list tr.logheader { | 200 | div#cgit table.list tr.logheader { |
201 | background:#eee | 201 | background:#eee |
202 | } | 202 | } |
203 | div#cgit table.list tr:nth-child(even) { | ||
204 | background:#white | ||
205 | } | ||
206 | div#cgit table.list tr:nth-child(odd) { | ||
207 | background:#fff | ||
208 | } | ||
209 | div#cgit table.list tr:hover { | ||
210 | } | ||
211 | div#cgit table.list tr.nohover { | ||
212 | background:var(--bg) | ||
213 | } | ||
214 | div#cgit table.list tr.nohover:hover { | ||
215 | background:var(--bg) | ||
216 | } | ||
217 | div#cgit table.list tr.nohover-highlight:hover:nth-child(even) { | ||
218 | background:var(--bg) | ||
219 | } | ||
220 | div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) { | ||
221 | background:var(--bg) | ||
222 | } | ||
223 | div#cgit table.list th { | 203 | div#cgit table.list th { |
224 | font-weight:700; | 204 | font-weight:700; |
225 | color:var(--fg); | 205 | color:var(--fg); |
@@ -643,8 +623,8 @@ div#cgit div.footer { | |||
643 | color:var(--fg-light) | 623 | color:var(--fg-light) |
644 | } | 624 | } |
645 | div#cgit div.footer a { | 625 | div#cgit div.footer a { |
626 | color:var(--fg-light); | ||
646 | text-decoration:none | 627 | text-decoration:none |
647 | color:var(--fg-light) | ||
648 | } | 628 | } |
649 | div#cgit div.footer a:hover { | 629 | div#cgit div.footer a:hover { |
650 | text-decoration:underline | 630 | text-decoration:underline |