From 26a07d76bc9c0a995d127d207989776fd7f6ef51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 19 Oct 2021 19:02:01 +0200 Subject: [PATCH] Fix beige Button hover --- src/style/atoms/_button.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/style/atoms/_button.scss b/src/style/atoms/_button.scss index 7bb8f48..d3c0e3c 100644 --- a/src/style/atoms/_button.scss +++ b/src/style/atoms/_button.scss @@ -95,8 +95,12 @@ } // Hover + .text-split__line { + &:last-child { + color: $color-primary-tertiary20; + } + } &:hover { - color: $color-primary-tertiary20; background: darken($color-button, 2.5); } }