Gazette: Pinterest Icon Fix
This commit is contained in:
parent
66b2267ea7
commit
d7b341f8fd
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue