Make WordPress Core

Changeset 57642

Timestamp:
02/16/2024 01:13:06 PM (5 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/styles/ember.json

    r57067 r57642  
    88                {
    99                    "colors": [
    10                         "#FF3C00",
    11                         "#F4F0E6"
     10                        "#",
     11                        "#F"
    1212                    ],
    1313                    "slug": "duotone-2",
     
    7979            "palette": [
    8080                {
    81                     "color": "#F4F0E6",
     81                    "color": "#F",
    8282                    "name": "Base",
    8383                    "slug": "base"
    8484                },
    8585                {
    86                     "color": "#FF3C00",
     86                    "color": "#",
    8787                    "name": "Contrast / 2",
    8888                    "slug": "contrast-2"
Note: See TracChangeset for help on using the changeset viewer.