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
--- 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 {