Add social icon color for Keybase (#2302)
This commit is contained in:
parent
2d257a905e
commit
e09ff7efd7
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue