From 0dcd39d491c9c49e4acf7f75f83fe6e1d1839e37 Mon Sep 17 00:00:00 2001 From: Naufal Shidqi Date: Wed, 7 Sep 2022 22:28:05 +0700 Subject: [PATCH] fix: add missing color to linkedin icon for share list (#683) --- _sass/layout/post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index a409944..79a15c4 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -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)); }