Make WordPress Core


Ignore:
Timestamp:
10/14/2024 09:56:32 PM (7 months ago)
Author:
peterwilsoncc
Message:

Bundled Themes: Update Twenty Twenty-Five for 6.7 Beta 3.

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into trunk for 6.7 beta 3.

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@0d8b245...5d17f41

Props annezazu, areziaal, beafialho, cwhitmore, franz00, get_dave, joedolson, joen, juanfra, karmatosed, kartikmehta, mukesh27, onemaggie, pgeorgiev, poena, richtabor, sudipatel007, sumitbagthariya16, wildworks, youknowriad.
Fixes #62218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfive/styles/colors/06-morning.json

    r59146 r59233  
    7070            },
    7171            "core/post-author-name": {
     72                "elements": {
     73                    "link": {
     74                        "color": {
     75                            "text": "var:preset|color|contrast"
     76                        }
     77                    }
     78                }
     79            },
     80            "core/post-title": {
     81                "elements": {
     82                    "link": {
     83                        "color": {
     84                            "text": "var:preset|color|contrast"
     85                        }
     86                    }
     87                }
     88            },
     89            "core/pullquote": {
    7290                "color": {
    7391                    "text": "var:preset|color|contrast"
    7492                },
    7593                "elements": {
    76                     "link": {
    77                         "color": {
    78                             "text": "var:preset|color|contrast"
    79                         }
    80                     }
    81                 }
    82             },
    83             "core/post-terms": {
    84                 "color": {
    85                     "text": "var:preset|color|contrast"
    86                 },
    87                 "elements": {
    88                     "link": {
    89                         "color": {
    90                             "text": "var:preset|color|contrast"
    91                         }
    92                     }
    93                 }
    94             },
    95             "core/post-title": {
    96                 "elements": {
    97                     "link": {
    98                         "color": {
    99                             "text": "var:preset|color|contrast"
    100                         }
    101                     }
    102                 }
    103             },
    104             "core/pullquote": {
    105                 "color": {
    106                     "text": "var:preset|color|contrast"
    107                 },
    108                 "elements": {
    10994                    "cite": {
    11095                        "color": {
     
    115100            },
    116101            "core/quote": {
    117                 "color": {
    118                     "text": "var:preset|color|contrast"
    119                 },
    120102                "elements": {
    121103                    "cite": {
Note: See TracChangeset for help on using the changeset viewer.