diff --git a/index.html b/index.html
index 7a07f4e..5d049dd 100644
--- a/index.html
+++ b/index.html
@@ -98,6 +98,10 @@
diff --git a/sass/_share.scss b/sass/_share.scss
index d2d9698..04facef 100644
--- a/sass/_share.scss
+++ b/sass/_share.scss
@@ -37,11 +37,14 @@
background-position: 50% !important;
background-size: auto !important;
border: 0 !important;
+ color: #fff;
display: inline-block;
+ font-size: 20px;
height: 36px;
min-width: 0 !important;
- padding: 0 !important;
- text-indent: -999999px;
+ padding: 9px 0 !important;
+ // text-indent: -999999px;
+ text-align: center;
width: 36px;
&-facebook {
background-image: url(images/icons/icon-facebook.png) !important;
--
libgit2 0.21.2