From e17cdf0ca7e3203876a530ea54477aa93f9eaf3a Mon Sep 17 00:00:00 2001 From: Florent BEAUCHAMP Date: Wed, 23 Sep 2015 22:04:29 +0200 Subject: [PATCH] horizon : over text lighter --- app/node_modules/xo-horizon/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/node_modules/xo-horizon/index.js b/app/node_modules/xo-horizon/index.js index 4c34e5c71..0f8602d4b 100644 --- a/app/node_modules/xo-horizon/index.js +++ b/app/node_modules/xo-horizon/index.js @@ -111,7 +111,7 @@ export default angular.module('xoHorizon', []) hover .append('text') - .style({stroke: 'black'}) + .style({fill: 'black'}) function mousemove () { const x0 = x.invert(d3.mouse(this)[0])