diff --git a/themes/buha/assets/css/water.css b/themes/buha/assets/css/water.css index aa4b79d..bca243b 100644 --- a/themes/buha/assets/css/water.css +++ b/themes/buha/assets/css/water.css @@ -419,6 +419,11 @@ a[href^='mailto\:']::before { content: '📧 '; } +.share-b { + a[href^='mailto\:']::before { + } +} + a[href^='tel\:']::before { content: '📞 '; } diff --git a/themes/buha/layouts/partials/snippets/share.html b/themes/buha/layouts/partials/snippets/share.html index 56d508d..9728401 100644 --- a/themes/buha/layouts/partials/snippets/share.html +++ b/themes/buha/layouts/partials/snippets/share.html @@ -313,7 +313,7 @@ background-color: #FF6600 } -
+
{{ if in .Site.Params.ShareButtons.Networks "facebook" }}