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
This commit is contained in:
Sergey Biryukov 2024-02-16 13:15:07 +00:00
parent c0ed2c6f06
commit a3e9476a21
2 changed files with 5 additions and 5 deletions

View File

@ -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"
},

View File

@ -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.