mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-21 11:10:53 +00:00
fix: add missing color to linkedin icon for share list (#683)
This commit is contained in:
parent
45c58d8f4c
commit
0dcd39d491
@ -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));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user