Skip to content

Commit

Permalink
Social: update Facebook's color code
Browse files Browse the repository at this point in the history
Facebook's Logo now uses a different shade of blue, as per the brand guidelines:
https://en.facebookbrand.com/assets/f-logo/
  • Loading branch information
jeherve committed Oct 7, 2019
1 parent 3c9d9df commit 31663d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _inc/client/scss/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $sidebar-selected-color: $gray;
$dashboard-number-border: #CBD7E1;

//Social media colors
$color-facebook: #39579a;
$color-facebook: #1877F2;
$color-twitter: #55ACEE;
$color-gplus: #df4a32;
$color-tumblr: #35465c;
Expand Down
2 changes: 1 addition & 1 deletion modules/calypsoify/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $sidebar-selected-color: $gray-text-min;


//Social media colors
$color-facebook: #39579a;
$color-facebook: #1877F2;
$color-twitter: #55ACEE;
$color-gplus: #df4a32;
$color-tumblr: #35465c;
Expand Down
2 changes: 1 addition & 1 deletion modules/sharedaddy/sharing.css
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ body .sd-social-icon .sd-content li.share-custom a span {
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
background: #3b5998;
background: #1877F2;
color: #fff !important;
}

Expand Down

0 comments on commit 31663d7

Please sign in to comment.