From a3e9476a21a3468bf9dd2fc2b5e48c26f2b9e928 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 16 Feb 2024 13:15:07 +0000 Subject: [PATCH] Twenty Twenty-Four: Increase the color contrast of the Ember style variation. This ensures that the color contrast passes the WCAG AA contrast ratio for normal text. Follow-up to [56951]. Props poena, Anlino, richtabor, huzaifaalmesbah, shailu25, itpathsolutions. Fixes #60459. Built from https://develop.svn.wordpress.org/trunk@57642 git-svn-id: http://core.svn.wordpress.org/trunk@57143 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwentyfour/styles/ember.json | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentytwentyfour/styles/ember.json b/wp-content/themes/twentytwentyfour/styles/ember.json index 37e9c418a4..f4e612ca62 100644 --- a/wp-content/themes/twentytwentyfour/styles/ember.json +++ b/wp-content/themes/twentytwentyfour/styles/ember.json @@ -7,8 +7,8 @@ "duotone": [ { "colors": [ - "#FF3C00", - "#F4F0E6" + "#D73301", + "#F9F8F5" ], "slug": "duotone-2", "name": "Orange and white" @@ -78,12 +78,12 @@ ], "palette": [ { - "color": "#F4F0E6", + "color": "#F9F8F5", "name": "Base", "slug": "base" }, { - "color": "#FF3C00", + "color": "#D73301", "name": "Contrast / 2", "slug": "contrast-2" }, diff --git a/wp-includes/version.php b/wp-includes/version.php index e203076629..e5ca2c5ae2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta1-57641'; +$wp_version = '6.5-beta1-57642'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.