f380603812bf58efc0b6314f1a61b55416a758b0
kate
  Wed Oct 26 15:44:07 2016 -0700
Fade out leader line color, as we are now keeping visible (not just on mouseover). refs #17369

diff --git src/hg/hgGtexTrackSettings/README.txt src/hg/hgGtexTrackSettings/README.txt
index 37720bd..c6e33e1 100644
--- src/hg/hgGtexTrackSettings/README.txt
+++ src/hg/hgGtexTrackSettings/README.txt
@@ -55,15 +55,18 @@
         font-family:  Lato-Regular -> Lato,Arial,Helvetica
         font-size: 12.5px -> 11px 
 
 5. Add CSS link to svg (just after header)
 
 <defs>
     <link rel="stylesheet" href="../style/hgGtexTrackSettings.css" xmlns="http://www.w3.org/1999/xhtml"/>
 </defs>
 
 6. Remove Text_Lo group (or set CSS display:none)
 
 7. Some id's will need stripping of terminal _1.  Unclear to me when/why these are added in cases where there's only 1!
 
 * e.g. arteryAorta_Text_Hi_1_
 
+8. Tweak style for leader line color if desired.  e.g. now set to paler (pink) on non-hover.
+
+ e.g.   .st37{fill:none;stroke:#F69296;.....