Neutralize Font Awesome footer icons' color

This commit is contained in:
Michael Rose
2016-06-06 21:29:47 -04:00
parent bad14b5d8e
commit 3892f18abe
+4
View File
@@ -31,6 +31,10 @@
text-decoration: underline;
}
}
.fa {
color: mix(#fff, $gray, 25%);
}
}
.page__footer-copyright {