hgweb: change highlighted line color to be different from 'inserted' color
authorAlexander Plavin <me@aplavin.ru>
Sat, 13 Jul 2013 17:31:53 +0400
changeset 19458 5e518418738e
parent 19457 948df0f10ec1
child 19459 fbfe5748ef3e
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
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 {