arles-2020: add hover effect for footer links (#40674)

This commit is contained in:
Serghei Mihai 2020-03-23 14:09:25 +01:00
parent 7220d1c206
commit f4c6d8f40b
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ div#footer-wrapper {
background: linear-gradient(#bbb, #eee);
a {
color: #3a3a1a;
&:hover {
color: $primary-color;
}
}
}