From f911f3b131ec0ac848c2d3481bfeb0e287d6deda Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 3 Feb 2022 14:15:42 +0100 Subject: [PATCH] changed hover color --- custom/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/style.css.php b/custom/style.css.php index e0de9b9..defeef7 100644 --- a/custom/style.css.php +++ b/custom/style.css.php @@ -161,7 +161,7 @@ input[type="submit"]:hover, input[type="submit"]:focus { border: 0; position: relative; - background: var(--color-grey-light); + background: var(--color-hangar-light); border-bottom: var(--global-border); margin-bottom: 15px; }