Skip to content

Commit

Permalink
Update and massage social links colors. (#21474)
Browse files Browse the repository at this point in the history
Fixes #20751.

Some colors were slightly off. This fixes that.
  • Loading branch information
jasmussen committed Apr 8, 2020
1 parent 29f8656 commit da3e674
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/block-library/src/social-links/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}

.wp-social-link-facebook {
background-color: #1977f2;
background-color: #1778f2;
color: #fff;
}

Expand Down Expand Up @@ -147,7 +147,7 @@
}

.wp-social-link-linkedin {
background-color: #0577b5;
background-color: #0d66c2;
color: #fff;
}

Expand Down Expand Up @@ -213,7 +213,7 @@
}

.wp-social-link-twitter {
background-color: #21a1f3;
background-color: #1da1f2;
color: #fff;
}

Expand All @@ -238,7 +238,7 @@
}

.wp-social-link-youtube {
background-color: #ff0100;
background-color: #f00;
color: #fff;
}
}
Expand Down Expand Up @@ -289,7 +289,7 @@
}

.wp-social-link-facebook {
color: #1977f2;
color: #1778f2;
}

.wp-social-link-fivehundredpx {
Expand Down Expand Up @@ -325,7 +325,7 @@
}

.wp-social-link-linkedin {
color: #0577b5;
color: #0d66c2;
}

.wp-social-link-mastodon {
Expand Down Expand Up @@ -378,7 +378,7 @@
}

.wp-social-link-twitter {
color: #21a1f3;
color: #1da1f2;
}

.wp-social-link-vimeo {
Expand All @@ -399,7 +399,7 @@
}

.wp-social-link-youtube {
color: #ff0100;
color: #f00;
}
}

Expand Down

0 comments on commit da3e674

Please sign in to comment.