From 9fae26765a107a91d2d153b9fd684fe6a6238d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kone=C4=8Dn=C3=BD?= Date: Fri, 3 Feb 2023 13:19:21 +0100 Subject: [PATCH] added darker color for hover button in zoom widget to improve a11y --- frontend/resources/styles/main/partials/zoom-widget.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/zoom-widget.scss b/frontend/resources/styles/main/partials/zoom-widget.scss index c6ea675ba..af7acb71f 100644 --- a/frontend/resources/styles/main/partials/zoom-widget.scss +++ b/frontend/resources/styles/main/partials/zoom-widget.scss @@ -77,7 +77,7 @@ background-color: $color-white; border: none; &:hover { - color: $color-primary; + color: $color-primary-darker; } } .reset-btn {