Skip to content

Commit

Permalink
fix: add missing color to linkedin icon for share list (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshidqi authored Sep 7, 2022
1 parent 45c58d8 commit 0dcd39d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/layout/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,10 @@ nav[data-toggle=toc] {
@include btn-sharing-color(rgb(39, 159, 217));
}

&.fa-linkedin {
@include btn-sharing-color(rgb(0, 119, 181));
}

&.fa-weibo {
@include btn-sharing-color(rgb(229, 20, 43));
}
Expand Down

0 comments on commit 0dcd39d

Please sign in to comment.