Adjust midpoint opacity for more visibility (#1448)

(esp. on sidewalks, footpaths, bridlepaths, etc)
This commit is contained in:
Bryan Housel
2014-07-16 23:44:41 -04:00
parent 26f8849c3a
commit afa1efd922
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -90,10 +90,10 @@ g.vertex.shared .stroke {
}
g.midpoint .fill {
fill: #ddd;
stroke: black;
stroke-opacity: .5;
opacity: .5;
fill: #fff;
stroke: #333;
stroke-opacity: .8;
opacity: .8;
}
g.vertex .shadow,