From 50c2ac70e361ce21ed6801eb42560f30d81305ff Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 17 Jan 2020 17:26:13 +0700 Subject: [PATCH] fixed marker --- src/styles/map.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/map.less b/src/styles/map.less index 264093e..4caa85c 100644 --- a/src/styles/map.less +++ b/src/styles/map.less @@ -189,7 +189,7 @@ .router-marker { div { - background: @router_line; + color: @router_line; left: auto; right: 50%; transform: translate(50%, 0); @@ -197,8 +197,8 @@ position: absolute; z-index: -10; padding: 2px 2px 2px 4px; - color: white; border-radius: 100%; + font-weight: bold; } &.right {