fix: align GIS theme styling on ultrawide
This commit is contained in:
@@ -5790,6 +5790,31 @@ section {
|
||||
background: rgba(212, 95, 61, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-population {
|
||||
border-color: #5b3f88;
|
||||
background: rgba(117, 89, 166, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-forest {
|
||||
border-color: #225f3b;
|
||||
background: rgba(52, 121, 80, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-water {
|
||||
border-color: #155b85;
|
||||
background: rgba(38, 118, 168, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-roads {
|
||||
border-color: #4b5563;
|
||||
background: rgba(107, 114, 128, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-layer-parcels {
|
||||
border-color: #7d571f;
|
||||
background: rgba(167, 121, 47, 0.24);
|
||||
}
|
||||
|
||||
.geo-map-legend .geo-legend-selection {
|
||||
border-color: #6b4aaa;
|
||||
background: rgba(107, 74, 170, 0.18);
|
||||
|
||||
Reference in New Issue
Block a user