diff templates/static/style-coal.css @ 7340:06a6942554dc

hgweb: improve color discrimination for paper and coal
author Matt Mackall <mpm@selenic.com>
date Thu, 06 Nov 2008 12:46:34 -0600
parents a1758089ee35
children 03b60f2f90bf
line wrap: on
line diff
--- a/templates/static/style-coal.css	Thu Nov 06 12:22:09 2008 -0600
+++ b/templates/static/style-coal.css	Thu Nov 06 12:46:34 2008 -0600
@@ -91,10 +91,10 @@
 .age { white-space:nowrap; }
 .date { white-space:nowrap; }
 .indexlinks { white-space:nowrap; }
-.parity0 { background-color: #f5f5f5; }
+.parity0 { background-color: #f0f0f0; }
 .parity1 { background-color: white; }
 .plusline { color: green; }
-.minusline { color: red; }
+.minusline { color: #dc143c; } /* crimson */
 .atline { color: purple; }
 
 .navigate {