Make sure railway bridges with a service tag render with dark casing

(closes #5159)
This commit is contained in:
Bryan Housel
2018-07-18 23:08:46 -04:00
parent cfa387607c
commit 3fe31cc456

View File

@@ -71,7 +71,7 @@ path.stroke.tag-barrier {
/* bridges */
path.casing.tag-bridge {
stroke-opacity: 0.6;
stroke: #000;
stroke: #000 !important;
stroke-linecap: butt;
stroke-dasharray: none;
}