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:
parent
c0ed2c6f06
commit
a3e9476a21
|
@ -7,8 +7,8 @@
|
||||||
"duotone": [
|
"duotone": [
|
||||||
{
|
{
|
||||||
"colors": [
|
"colors": [
|
||||||
"#FF3C00",
|
"#D73301",
|
||||||
"#F4F0E6"
|
"#F9F8F5"
|
||||||
],
|
],
|
||||||
"slug": "duotone-2",
|
"slug": "duotone-2",
|
||||||
"name": "Orange and white"
|
"name": "Orange and white"
|
||||||
|
@ -78,12 +78,12 @@
|
||||||
],
|
],
|
||||||
"palette": [
|
"palette": [
|
||||||
{
|
{
|
||||||
"color": "#F4F0E6",
|
"color": "#F9F8F5",
|
||||||
"name": "Base",
|
"name": "Base",
|
||||||
"slug": "base"
|
"slug": "base"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"color": "#FF3C00",
|
"color": "#D73301",
|
||||||
"name": "Contrast / 2",
|
"name": "Contrast / 2",
|
||||||
"slug": "contrast-2"
|
"slug": "contrast-2"
|
||||||
},
|
},
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue