update footer link hover color to use CSS variable

This commit is contained in:
Gary 2025-04-28 11:39:30 +01:00
parent cb1adb3589
commit 98a73d6faa

View File

@ -9102,9 +9102,9 @@ textarea.form-control {
.footer .ftco-footer-widget ul li a span { .footer .ftco-footer-widget ul li a span {
color: #fff; } color: #fff; }
.footer .ftco-footer-widget ul li a:hover { .footer .ftco-footer-widget ul li a:hover {
color: #d9ba2b; } color: var(--blue); }
.footer .ftco-footer-widget ul li a:hover span { .footer .ftco-footer-widget ul li a:hover span {
color: #d9ba2b; } color: var(--blue); }
.footer .ftco-footer-widget .btn-primary { .footer .ftco-footer-widget .btn-primary {
background: #fff !important; background: #fff !important;
border: 2px solid #fff !important; } border: 2px solid #fff !important; }