Add social icon colors for Reddit and Mastodon

This commit is contained in:
Michael Rose
2018-09-10 15:11:58 -04:00
parent 2ef2f27ab9
commit f4bb3971e7
2 changed files with 11 additions and 0 deletions
_sass/minimal-mistakes

@ -248,12 +248,21 @@ body:hover .visually-hidden button {
color: $linkedin-color;
}
.fa-mastodon,
.fa-mastodon-square {
color: $mastodon-color;
}
.fa-pinterest,
.fa-pinterest-p,
.fa-pinterest-square {
color: $pinterest-color;
}
.fa-reddit {
color: $reddit-color;
}
.fa-rss,
.fa-rss-square {
color: $rss-color;