Skip to content

Commit

Permalink
Update brand colors for facebook and pinterest (#21575)
Browse files Browse the repository at this point in the history
used in amp-social-share module
  • Loading branch information
Jessman5 authored and aghassemi committed Mar 28, 2019
1 parent 84df9c6 commit 9770d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-social-share/0.1/amp-social-share.css
Expand Up @@ -38,12 +38,12 @@ amp-social-share {

/* Facebook Styling */
.amp-social-share-facebook {
background-color: #3b5998;
background-color: #32529f;
}

/* Pinterest Styling */
.amp-social-share-pinterest {
background-color: #bd081c;
background-color: #e60023;
}

/* LinkedIn Styling */
Expand Down

0 comments on commit 9770d36

Please sign in to comment.