Neutralize Font Awesome footer icons' color

This commit is contained in:
Michael Rose 2016-06-06 21:16:36 -04:00
parent a3322620ef
commit b1c6d19acc

View file

@ -31,6 +31,10 @@
text-decoration: underline;
}
}
.fa {
color: mix(#fff, $gray, 25%);
}
}
.page__footer-copyright {