Add social icon color for Keybase (#2302)

This commit is contained in:
Wouter Janson 2019-11-12 21:14:32 +01:00 committed by Michael Rose
parent 2d257a905e
commit e09ff7efd7
2 changed files with 5 additions and 0 deletions

View file

@ -253,6 +253,10 @@ body:hover .visually-hidden button {
color: $instagram-color;
}
.fa-keybase {
color: $keybase-color;
}
.fa-lastfm,
.fa-lastfm-square {
color: $lastfm-color;

View file

@ -86,6 +86,7 @@ $foursquare-color: #0072b1 !default;
$github-color: #171516 !default;
$gitlab-color: #e24329 !default;
$instagram-color: #517fa4 !default;
$keybase-color: #ef7639 !default;
$lastfm-color: #d51007 !default;
$linkedin-color: #007bb6 !default;
$mastodon-color: #2b90d9 !default;