footer links color changed

This commit is contained in:
Arvind Tiwari 2017-10-07 16:23:04 +05:30
parent 7d7b8661ea
commit 1dc374e09d

View file

@ -843,10 +843,10 @@ a.unlink:hover {
} }
.footer-light a, .footer-light a,
.footer-light .text-muted { .footer-light .text-muted {
color: #ccc; color: #ddd;
} }
.footer-light a:hover, .footer-light a:focus, .footer-light a:active { .footer-light a:hover, .footer-light a:focus, .footer-light a:active {
color: #ddd; color: #fff;
} }
.footer-vm p.copyright { .footer-vm p.copyright {
margin-top: 4px; margin-top: 4px;