footer links :hover :fpcus :active color changed to #ddd
This commit is contained in:
parent
652054d334
commit
0e4a488dc1
3 changed files with 13 additions and 6 deletions
|
|
@ -690,3 +690,8 @@ a.unlink:hover {
|
|||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
|
||||
color: #ddd;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue