From fb84cfee1c9e14264841638bc304949dd4e01416 Mon Sep 17 00:00:00 2001 From: Gregory Wolanski Date: Sun, 8 Jul 2018 16:27:59 +0200 Subject: [PATCH] Survey (#328): Proper contrast ratio --- src/styles/_toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }