Browse Source

Libretto: Pinterest Icon Fix

torres126 6 năm trước cách đây
mục cha
commit
32621ec6cb
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;
 }