Make WordPress Core


Ignore:
Timestamp:
09/26/2022 06:32:46 PM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for beta 2.

This brings over the latest bug fixes and improvements ahead of WordPress 6.1 beta 2, which includes an additional style variation, “Aubergine”.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/1b97bb83f19824c10509011c3ef9f82287d4017b...ac96e8d545a69fc6515312d548b036f267ec7104.

Props mikachan, poena, madhudollu, critterverse, beafialho, felipeelia.
See #56383.

File:
1 edited

Legend:

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

    r54235 r54312  
    11{
    2     "title": "Block-out",
     2    "title": "Block out",
    33    "settings": {
    44        "color": {
     
    7474                {
    7575                    "fluid": {
    76                         "max": "20rem",
     76                        "max": "14rem",
    7777                        "min": "4rem"
    7878                    },
     
    109109                            "text": "var(--wp--preset--color--contrast)"
    110110                        }
     111                    },
     112                    "h1": {
     113                        "color": {
     114                            "text": "var(--wp--preset--color--contrast)"
     115                        }
    111116                    }
    112117                }
     
    115120                "border": {
    116121                    "radius": "8px"
     122                },
     123                "filter": {
     124                    "duotone": "var(--wp--preset--duotone--default-filter)"
     125                }
     126            },
     127            "core/post-title": {
     128                "color": {
     129                    "text": "var(--wp--preset--color--primary)"
    117130                }
    118131            },
     
    134147            "core/site-title": {
    135148                "typography": {
    136                     "fontSize": "var(--wp--preset--font-size--xx-large)"
     149                    "fontSize": "var(--wp--preset--font-size--xx-large)",
     150                    "lineHeight": "1.1",
     151                    "textTransform": "lowercase"
     152                }
     153            },
     154            "core/query": {
     155                "elements": {
     156                    "h3": {
     157                        "color": {
     158                            "text": "var(--wp--preset--color--contrast)"
     159                        }
     160                    }
    137161                }
    138162            }
     
    149173                }
    150174            },
    151             "h2": {
     175            "h1": {
    152176                "color": {
    153177                    "text": "var(--wp--preset--color--primary)"
Note: See TracChangeset for help on using the changeset viewer.