footer links color changed
This commit is contained in:
parent
7d7b8661ea
commit
1dc374e09d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue