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; }