swap colors for >= 11 kW and < 11 kW

(similar to GE website and Wattfinder)
This commit is contained in:
Johan von Forstner
2020-06-17 21:39:27 +02:00
committed by GitHub
parent 6b83d1eff8
commit c09ce5769f

View File

@@ -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 @@
</body>
</html>
</html>