Make WordPress Core


Ignore:
Timestamp:
11/05/2024 02:00:03 PM (21 months ago)
Author:
desrosj
Message:

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

This merges the latest improvements to the Twenty Twenty-Five theme from GitHub into WordPress-Develop for 6.7 RC 3.

A full list of changes can be found on GitHub: https://github.com/WordPress/twentytwentyfive/compare/b6f4ee2e5792c0818df0bdebca7dfdeaa016fa52...b5b0475f6a47daf9b650fa9cf6319284a1dea7d8.

Props juanfra.
See #62343.

File:
1 edited

Legend:

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

    r59146 r59348  
    7878                                        "link": {
    7979                                                "color": {
    80                                                         "text": "var:preset|color|accent-2"
     80                                                        "text": "currentColor"
    8181                                                }
    8282                                        }
     
    9090                                        "link": {
    9191                                                "color": {
    92                                                         "text": "var:preset|color|accent-2"
     92                                                        "text": "currentColor"
    9393                                                }
    9494                                        }
     
    170170                                }
    171171                        },
    172                         "section-1":{
     172                        "section-1": {
    173173                                "elements": {
    174174                                        "link": {
     
    197197                                        "link": {
    198198                                                "color": {
    199                                                         "text": "var:preset|color|base"
    200                                                 }
    201                                         },
    202                                         "heading": {
    203                                                 "color": {
    204                                                         "text": "var:preset|color|base"
     199                                                        "text": "currentColor"
     200                                                }
     201                                        },
     202                                        "heading": {
     203                                                "color": {
     204                                                        "text": "currentColor"
    205205                                                }
    206206                                        }
     
    214214                                        "heading": {
    215215                                                "color": {
    216                                                         "text": "var:preset|color|accent-2"
     216                                                        "text": "currentColor"
    217217                                                }
    218218                                        }
     
    236236                                        "link": {
    237237                                                "color": {
    238                                                         "text": "var:preset|color|base"
    239                                                 }
    240                                         },
    241                                         "heading": {
    242                                                 "color": {
    243                                                         "text": "var:preset|color|base"
     238                                                        "text": "currentColor"
     239                                                }
     240                                        },
     241                                        "heading": {
     242                                                "color": {
     243                                                        "text": "currentColor"
    244244                                                }
    245245                                        }
Note: See TracChangeset for help on using the changeset viewer.