Gazette: Pinterest Icon Fix

This commit is contained in:
torres126 2019-03-16 19:06:00 +00:00 committed by GitHub
parent 66b2267ea7
commit d7b341f8fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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