Browse Source

Libretto: Pinterest Icon Fix

torres126 6 years ago
parent
commit
32621ec6cb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libretto/style.css

+ 2 - 2
libretto/style.css

@@ -951,7 +951,7 @@ body:not(.libretto-has-header-image) .title-block {
   content: "L";
 }
 
-#social a[href*="pinterest.com"]:before {
+#social a[href*="pinterest."]:before {
   content: "N";
 }
 
@@ -1008,7 +1008,7 @@ body:not(.libretto-has-header-image) .title-block {
   background: #007bb6;
 }
 
-#social a[href*="pinterest.com"]:hover:before {
+#social a[href*="pinterest."]:hover:before {
   background: #cb2027;
 }