summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-01-26 14:26:08 +0000
committerFederico Igne <git@federicoigne.com>2022-01-26 14:26:08 +0000
commit77d580effa83db21e8860257636913cea724331d (patch)
treee2cdd96b8747593195a9c5e8c8770a1c34536118
parentba6a68fc0355ef66e5ee089c3f90a4e89a633606 (diff)
downloadsite-77d580effa83db21e8860257636913cea724331d.tar.gz
site-77d580effa83db21e8860257636913cea724331d.zip
Fix cgit css
-rw-r--r--resources/cgit/cgit.css22
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 {
200div#cgit table.list tr.logheader { 200div#cgit table.list tr.logheader {
201 background:#eee 201 background:#eee
202} 202}
203div#cgit table.list tr:nth-child(even) {
204 background:#white
205}
206div#cgit table.list tr:nth-child(odd) {
207 background:#fff
208}
209div#cgit table.list tr:hover {
210}
211div#cgit table.list tr.nohover {
212 background:var(--bg)
213}
214div#cgit table.list tr.nohover:hover {
215 background:var(--bg)
216}
217div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
218 background:var(--bg)
219}
220div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
221 background:var(--bg)
222}
223div#cgit table.list th { 203div#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}
645div#cgit div.footer a { 625div#cgit div.footer a {
626 color:var(--fg-light);
646 text-decoration:none 627 text-decoration:none
647 color:var(--fg-light)
648} 628}
649div#cgit div.footer a:hover { 629div#cgit div.footer a:hover {
650 text-decoration:underline 630 text-decoration:underline