# HG changeset patch # User Matt Mackall # Date 1225997194 21600 # Node ID 06a6942554dc4c14830ffa551ed81af790c380b0 # Parent d11473955d300951ab3a8d046de2a882f021e303 hgweb: improve color discrimination for paper and coal diff -r d11473955d30 -r 06a6942554dc templates/static/style-coal.css --- 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 { diff -r d11473955d30 -r 06a6942554dc templates/static/style-paper.css --- a/templates/static/style-paper.css Thu Nov 06 12:22:09 2008 -0600 +++ b/templates/static/style-paper.css Thu Nov 06 12:46:34 2008 -0600 @@ -82,10 +82,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 {