fix: add missing color to linkedin icon for share list (#683)

This commit is contained in:
Naufal Shidqi 2022-09-07 22:28:05 +07:00 committed by GitHub
parent 45c58d8f4c
commit 0dcd39d491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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));
}