Make WordPress Core


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for RC1.

Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.

Follow up to [54235], [54236], [54312], [54372].

Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/styles/block-out.json

    r54372 r54467  
    11{
     2    "$schema": "https://schemas.wp.org/trunk/theme.json",
     3    "version": 2,
    24    "title": "Block out",
    35    "settings": {
     
    7476                {
    7577                    "fluid": {
    76                         "max": "14rem",
     78                        "max": "7rem",
    7779                        "min": "4rem"
    7880                    },
    79                     "size": "10rem",
     81                    "size": "7rem",
    8082                    "slug": "xx-large"
    8183                }
     
    126128            },
    127129            "core/post-title": {
     130                "elements": {
     131                    "link": {
     132                        ":active": {
     133                            "color": {
     134                                "text": "var(--wp--preset--color--primary)"
     135                            }
     136                        }
     137                    }
     138                },
    128139                "color": {
    129140                    "text": "var(--wp--preset--color--primary)"
     
    146157            },
    147158            "core/site-title": {
     159                "elements": {
     160                    "link": {
     161                        ":active": {
     162                            "color": {
     163                                "text": "var(--wp--preset--color--primary)"
     164                            }
     165                        }
     166                    }
     167                },
     168                "spacing": {
     169                    "padding": {
     170                        "bottom": "var(--wp--preset--spacing--30)",
     171                        "top": "var(--wp--preset--spacing--30)"
     172                    }
     173                },
    148174                "typography": {
    149175                    "fontSize": "var(--wp--preset--font-size--xx-large)",
     
    154180            "core/query": {
    155181                "elements": {
    156                     "h3": {
    157                         "color": {
    158                             "text": "var(--wp--preset--color--contrast)"
     182                    "h2": {
     183                        "typography": {
     184                            "fontSize": "var(--wp--preset--font-size--large)"
    159185                        }
    160186                    }
     
    195221            },
    196222            "link": {
     223                ":active": {
     224                    "color": {
     225                        "text": "var(--wp--preset--color--primary)"
     226                    }
     227                },
    197228                "typography": {
    198229                    "fontFamily": "var(--wp--preset--font-family--ibm-plex-mono)",
     
    211242            "fontFamily": "var(--wp--preset--font-family--dm-sans)"
    212243        }
    213     },
    214     "version": 2,
    215     "$schema": "https://schemas.wp.org/trunk/theme.json"
     244    }
    216245}
Note: See TracChangeset for help on using the changeset viewer.