# HG changeset patch # User Alexander Plavin # Date 1373722313 -14400 # Node ID 5e518418738ea36e39f4d56a27a1a6e79daac983 # Parent 948df0f10ec13a837079e835481900d7da904244 hgweb: change highlighted line color to be different from 'inserted' color This changes line highlight color from a fain yellow (#ffff99) to a faint blue (#bfdfff), because yellow color is used in comparison view for inserted lines. This new color is okay for people with different forms of color blindness (tested with a simulator): a) this color looks quite different from other used backgrounds b) text doesn't lose distinction on this color diff -r 948df0f10ec1 -r 5e518418738e mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Fri Jul 19 01:40:57 2013 +0200 +++ b/mercurial/templates/static/style-paper.css Sat Jul 13 17:31:53 2013 +0400 @@ -253,7 +253,7 @@ } .sourcelines > span:target { - background-color: #ffff99; + background-color: #bfdfff; } .sourcelines > a {