From fa8141adfb49340fbb5b099fb4b8d8aa77843d9e Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 17 Oct 2021 13:17:02 +0200 Subject: [PATCH] hotpink button hover change --- CSS/variables/hotpink.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/variables/hotpink.css b/CSS/variables/hotpink.css index 55999afb..2f3974c0 100644 --- a/CSS/variables/hotpink.css +++ b/CSS/variables/hotpink.css @@ -8,7 +8,7 @@ --drop-down-menu-bg: #204c80; --button-color: #fb3f62; - --button-color-hover: rgba(251, 63, 98, .8); + --button-color-hover: #cd4164; --button-text: #eee; --button-text-hover: #FFF;