From 18448322556cfc5ab3e4defddb71cf8c55faff0b Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Sun, 1 Nov 2015 22:31:04 +0300 Subject: [PATCH] Make axises a little darker --- dashboard/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/css/app.css b/dashboard/css/app.css index 7eb2bd6..f49b656 100644 --- a/dashboard/css/app.css +++ b/dashboard/css/app.css @@ -63,11 +63,11 @@ body { stroke: #f64; } .linechart .axis { - stroke: #aaa; + stroke: #888; } .linechart .arrow { - stroke: #aaa; - fill: #aaa; + stroke: #888; + fill: #888; }