Skip to content

Commit

Permalink
fix: add missing color to linkedin icon for share list (cotes2020#683)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0dcd39d)
  • Loading branch information
nshidqi authored and linkliu committed Sep 8, 2022
1 parent d061e7e commit 647f6ae
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 647f6ae

Please sign in to comment.