changeset 19458:5e518418738e

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
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:31:53 +0400
parents 948df0f10ec1
children fbfe5748ef3e
files mercurial/templates/static/style-paper.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {