diff options
author | stuebinm | 2021-02-25 14:41:09 +0100 |
---|---|---|
committer | stuebinm | 2021-02-25 14:41:09 +0100 |
commit | 79d72cbe06706946a01f39138a35ff28f8396474 (patch) | |
tree | 73fb532445d64a9b6bf037437e680e8599de4740 | |
parent | 52ff943bea955bfbb492067cb9205b0e6d509096 (diff) |
more tweaks
-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 { + |