Neutralize Font Awesome footer icons' color
This commit is contained in:
@ -31,6 +31,10 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.fa {
|
||||
color: mix(#fff, $gray, 25%);
|
||||
}
|
||||
}
|
||||
|
||||
.page__footer-copyright {
|
||||
|
Reference in New Issue
Block a user