Skip to content

Commit

Permalink
Add social icon color for Keybase (mmistakes#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJanson authored and jesuswasrasta committed Jul 8, 2020
1 parent 87c9f81 commit 21937d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/minimal-mistakes/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 21937d3

Please sign in to comment.