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; }