浏览代码

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