summaryrefslogtreecommitdiff
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-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 {
+