소스 검색

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;
 }