comparison mercurial/templates/static/style-monoblue.css @ 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 bebb05a7e249
comparison
equal deleted inserted replaced
17242:336121088ef1 17243:106cdea0183d
494 .equal { 494 .equal {
495 background-color: #ffffff; 495 background-color: #ffffff;
496 } 496 }
497 497
498 .delete { 498 .delete {
499 background-color: #ffc5ce; 499 background-color: #faa;
500 color: #333;
500 } 501 }
501 502
502 .insert { 503 .insert {
503 background-color: #c5ffc4; 504 background-color: #ffa;
504 } 505 }
505 506
506 .replace { 507 .replace {
507 background-color: #ffff99; 508 background-color: #e8e8e8;
508 } 509 }
509 510
510 .comparison { 511 .comparison {
511 overflow-x: auto; 512 overflow-x: auto;
512 } 513 }