浏览代码

Libretto: Pinterest Icon Fix

torres126 6 年之前
父节点
当前提交
32621ec6cb
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;
 }