New default site boundary CSS stroke style

This commit is contained in:
Dion Moult
2020-08-30 21:41:25 +10:00
parent 8d80c58e2d
commit 9107c65ad0
@@ -22,3 +22,4 @@
.material-honeycomb { fill: url(#honeycomb); }
.material-sand { fill: url(#sand); }
.material-concrete { fill: url(#concrete); stroke-width: 0.5; }
.material-boundary { fill: none; stroke: red; stroke-width: 1; stroke-dasharray: 12,4,3,4,3,4; }