From 76dbd61035eabecb2f1cd801db1306bafe56cc2b Mon Sep 17 00:00:00 2001 From: Azareal Date: Sun, 1 Mar 2020 19:00:12 +1000 Subject: [PATCH] less prominent pink --- themes/nox/public/panel.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/nox/public/panel.css b/themes/nox/public/panel.css index 4d20753e..a77668a2 100644 --- a/themes/nox/public/panel.css +++ b/themes/nox/public/panel.css @@ -217,17 +217,17 @@ select + .timeRangeSelector { margin-left: 0px; } .ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut { - stroke: #ed4cd0 !important; + stroke: #c73eaf !important; } .ct-series-e.ct-point { - stroke: #ed4cd0 !important; + stroke: #c73eaf !important; } .ct-series-e.ct-point:hover { - stroke: #ed4cd0 !important; + stroke: #c73eaf !important; } .ct-legend .ct-series-4:before { - background-color: #ed4cd0 !important; - border-color: #ed4cd0 !important; + background-color: #c73eaf !important; + border-color: /*#ed4cd0*/#c73eaf !important; } /*.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {