Make area fill white instead of red. Fixes #323

This commit is contained in:
Tom MacWright
2013-01-07 13:19:13 -05:00
parent 2b5986a752
commit 2a60bca919

View File

@@ -111,13 +111,13 @@ path.stroke.railway-subway {
path.area {
stroke-width:2;
stroke:red;
stroke:#fff;
fill:#fff;
fill-opacity:0.3;
}
path.area.selected {
stroke-width:3 !important;
stroke-width:4 !important;
}
path.area.natural {