summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-02-25 14:41:09 +0100
committerstuebinm2021-02-25 14:41:09 +0100
commit79d72cbe06706946a01f39138a35ff28f8396474 (patch)
tree73fb532445d64a9b6bf037437e680e8599de4740
parent52ff943bea955bfbb492067cb9205b0e6d509096 (diff)
more tweaks
-rw-r--r--cgit.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css
index b191e0f..0df4c90 100644
--- a/cgit.css
+++ b/cgit.css
@@ -841,12 +841,12 @@ div#cgit table.ssdiff span.add {
}
div#cgit table.ssdiff td.del {
- background: #fcc;
+ background: darkred;
min-width: 50%;
}
div#cgit table.ssdiff td.del_dark {
- background: #caa;
+ background: darkred;
min-width: 50%;
}
@@ -861,7 +861,7 @@ div#cgit table.ssdiff td.changed {
}
div#cgit table.ssdiff td.changed_dark {
- background: #cca;
+ background: #552;
min-width: 50%;
}
@@ -904,3 +904,4 @@ div#cgit table.ssdiff td.space div {
+