Neutralize Font Awesome footer icons' color
This commit is contained in:
parent
a3322620ef
commit
b1c6d19acc
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.fa {
|
||||
color: mix(#fff, $gray, 25%);
|
||||
}
|
||||
}
|
||||
|
||||
.page__footer-copyright {
|
||||
|
|
Loading…
Reference in a new issue