diff tests/test-hgweb.t @ 17243:106cdea0183d stable

hgweb: improve colors for comparison page delete: red -> red insert: green -> yellow change: yellow -> gray
author Matt Mackall <mpm@selenic.com>
date Wed, 25 Jul 2012 14:49:53 -0500
parents 1ae119269ddc
children 7a9246abf9fe
line wrap: on
line diff
--- a/tests/test-hgweb.t	Wed Jul 25 16:27:26 2012 +0200
+++ b/tests/test-hgweb.t	Wed Jul 25 14:49:53 2012 -0500
@@ -455,15 +455,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 {