Skip to content

Commit

Permalink
General: update Jetpack brand color to new reference (#33583)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored Oct 17, 2023
1 parent eafbd78 commit f4d3103
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/update-jetpack-colors-misc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

General: update mentions of the old Jetpack color code.
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/scss/atoms/colors/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Jetpack Colors
// ==========================================================================

$green: #81a844;
$green: #008710;
$white: #fff;
$red: #d94f4f;

Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/scss/templates/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@

&:hover,
&:focus {
color: #81A844;
color: $green;
}
}
@include breakpoint(large-desktop){
Expand Down

0 comments on commit f4d3103

Please sign in to comment.