Added feature to customize hover links color in footer (#848)
This commit is contained in:
parent
d0928cb455
commit
757044f6ef
3 changed files with 7 additions and 0 deletions
|
@ -389,6 +389,11 @@ footer a {
|
|||
color: {{ site.footer-link-col | default: "#404040" }};
|
||||
}
|
||||
|
||||
footer a:hover,
|
||||
footer a:focus {
|
||||
color: {{ site.footer-hover-col | default: "#0085A1" }};
|
||||
}
|
||||
|
||||
footer .list-inline {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue