Преглед изворни кода

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 */
 /* Pinterest */
-.social-navigation a[href*="pinterest.com"]:before {
+.social-navigation a[href*="pinterest."]:before {
 	content: "\f210";
 	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;
 	color: #cc2127;
 }
 }