Make WordPress Core


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (2 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/whisper.json

    r54372 r54467  
    11{
     2    "$schema": "https://schemas.wp.org/trunk/theme.json",
     3    "version": 2,
    24    "title": "Whisper",
    35    "settings": {
     
    151153                }
    152154            },
     155            "core/post-date": {
     156                "elements": {
     157                    "link": {
     158                        ":hover": {
     159                            "border": {
     160                                "color": "var(--wp--preset--color--contrast)"
     161                            },
     162                            "color": {
     163                                "background": "var(--wp--preset--color--tertiary)"
     164                            },
     165                            "typography": {
     166                                "textDecoration": "none"
     167                            }
     168                        }
     169                    }
     170                }
     171            },
    153172            "core/post-title": {
    154173                "elements": {
     
    200219                    "padding": {
    201220                        "left": "var(--wp--preset--spacing--30)"
     221                    }
     222                }
     223            },
     224            "core/query-pagination": {
     225                "border": {
     226                    "top": {
     227                        "color": "var(--wp--preset--color--contrast)",
     228                        "style": "double",
     229                        "width": "6px"
     230                    }
     231                },
     232                "elements": {
     233                    "link": {
     234                        ":hover": {
     235                            "border": {
     236                                "color": "var(--wp--preset--color--contrast)"
     237                            },
     238                            "color": {
     239                                "background": "var(--wp--preset--color--tertiary)"
     240                            },
     241                            "typography": {
     242                                "textDecoration": "none"
     243                            }
     244                        },
     245                        ":active": {
     246                            "border": {
     247                                "color": "var(--wp--preset--color--base)",
     248                                "width": "0 0 2px 0"
     249                            }
     250                        }
    202251                    }
    203252                }
     
    501550            "fontFamily": "var(--wp--preset--font-family--dm-sans)"
    502551        }
    503     },
    504     "version": 2,
    505     "$schema": "https://schemas.wp.org/trunk/theme.json"
     552    }
    506553}
Note: See TracChangeset for help on using the changeset viewer.