diff options
-rw-r--r-- | cgit.css | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 { + |