From 79d72cbe06706946a01f39138a35ff28f8396474 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 25 Feb 2021 14:41:09 +0100 Subject: more tweaks --- cgit.css | 7 ++++--- 1 file 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 { + -- cgit v1.2.3