소스 검색

Gazette: Pinterest Icon Fix

torres126 6 년 전
부모
커밋
d7b341f8fd
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      gazette/style.css

+ 4 - 4
gazette/style.css

@@ -924,12 +924,12 @@ a:visited {
 }
 
 /* Pinterest */
-.social-navigation a[href*="pinterest.com"]:before {
+.social-navigation a[href*="pinterest."]:before {
 	content: "\f210";
 }
-.social-navigation a[href*="pinterest.com"]:active:before,
-.social-navigation a[href*="pinterest.com"]:focus:before,
-.social-navigation a[href*="pinterest.com"]:hover:before {
+.social-navigation a[href*="pinterest."]:active:before,
+.social-navigation a[href*="pinterest."]:focus:before,
+.social-navigation a[href*="pinterest."]:hover:before {
 	color: #cc2127;
 }