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