update footer link hover color to use CSS variable
This commit is contained in:
parent
cb1adb3589
commit
98a73d6faa
@ -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; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user