diff --git a/projects/plugins/jetpack/changelog/update-jetpack-colors-misc b/projects/plugins/jetpack/changelog/update-jetpack-colors-misc new file mode 100644 index 0000000000000..e883cde6b2277 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-jetpack-colors-misc @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +General: update mentions of the old Jetpack color code. diff --git a/projects/plugins/jetpack/scss/atoms/colors/_colors.scss b/projects/plugins/jetpack/scss/atoms/colors/_colors.scss index bfe20c76950df..5d5c1e8c37232 100644 --- a/projects/plugins/jetpack/scss/atoms/colors/_colors.scss +++ b/projects/plugins/jetpack/scss/atoms/colors/_colors.scss @@ -2,7 +2,7 @@ // Jetpack Colors // ========================================================================== -$green: #81a844; +$green: #008710; $white: #fff; $red: #d94f4f; diff --git a/projects/plugins/jetpack/scss/templates/_main.scss b/projects/plugins/jetpack/scss/templates/_main.scss index b7e795faa7323..5106947a7af5c 100644 --- a/projects/plugins/jetpack/scss/templates/_main.scss +++ b/projects/plugins/jetpack/scss/templates/_main.scss @@ -365,7 +365,7 @@ &:hover, &:focus { - color: #81A844; + color: $green; } } @include breakpoint(large-desktop){