From c09ce5769ffd6fc3a7b891ae9838b899237104cf Mon Sep 17 00:00:00 2001 From: Johan von Forstner Date: Wed, 17 Jun 2020 21:39:27 +0200 Subject: [PATCH] swap colors for >= 11 kW and < 11 kW (similar to GE website and Wattfinder) --- faq.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/faq.html b/faq.html index 7dfb7185..ce3b9820 100644 --- a/faq.html +++ b/faq.html @@ -15,10 +15,10 @@ width: 24px; } .marker-icon.marker-low .st0 { - fill: #9e9e9e; + fill: #607d8b; } .marker-icon.marker-11kw .st0 { - fill: #607d8b; + fill: #9e9e9e; } .marker-icon.marker-20kw .st0 { fill: #03a9f4; @@ -118,4 +118,4 @@ - \ No newline at end of file +