From 98a73d6faa3c3305ea55e123caad240084b117c5 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 28 Apr 2025 11:39:30 +0100 Subject: [PATCH] update footer link hover color to use CSS variable --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 65b238d..da8961c 100644 --- a/css/style.css +++ b/css/style.css @@ -9102,9 +9102,9 @@ textarea.form-control { .footer .ftco-footer-widget ul li a span { color: #fff; } .footer .ftco-footer-widget ul li a:hover { - color: #d9ba2b; } + color: var(--blue); } .footer .ftco-footer-widget ul li a:hover span { - color: #d9ba2b; } + color: var(--blue); } .footer .ftco-footer-widget .btn-primary { background: #fff !important; border: 2px solid #fff !important; }