mercurial/templates/static/style-gitweb.css
branchstable
changeset 17243 106cdea0183d
parent 17202 1ae119269ddc
child 19076 93493746c89a
--- a/mercurial/templates/static/style-gitweb.css	Wed Jul 25 16:27:26 2012 +0200
+++ b/mercurial/templates/static/style-gitweb.css	Wed Jul 25 14:49:53 2012 -0500
@@ -144,15 +144,16 @@
 }
 
 .delete {
-    background-color: #ffc5ce;
+    background-color: #faa;
+    color: #333;
 }
 
 .insert {
-    background-color: #c5ffc4;
+    background-color: #ffa;
 }
 
 .replace {
-    background-color: #ffff99;
+    background-color: #e8e8e8;
 }
 
 .comparison {