diff --git a/src/styles/_toolbar.scss b/src/styles/_toolbar.scss index 8d6a8e8a..70ae9861 100644 --- a/src/styles/_toolbar.scss +++ b/src/styles/_toolbar.scss @@ -75,7 +75,7 @@ } &:hover .maputnik-toolbar-link-wrapper { - background-color: $color-green; + background-color: lighten($color-midgray, 12); color: $color-white; } }