From 3fe31cc456a1eae7ababf670eb920b88b322ccde Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 18 Jul 2018 23:08:46 -0400 Subject: [PATCH] Make sure railway bridges with a service tag render with dark casing (closes #5159) --- css/50_misc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/50_misc.css b/css/50_misc.css index 531b09a0d..be90c5e73 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -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; }