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/07-sunrise.json

    r59146 r59348  
    109109                                        "text": "var:preset|color|accent-2"
    110110                                },
    111                                 "border": {
    112                                         "color": "var:preset|color|accent-2"
    113                                 },
    114111                                "elements": {
    115112                                        "cite": {
     
    169166                                        "link": {
    170167                                                "color": {
    171                                                         "text": "var:preset|color|accent-5"
     168                                                        "text": "currentColor"
    172169                                                }
    173170                                        },
     
    192189                                        "link": {
    193190                                                "color": {
    194                                                         "text": "var:preset|color|base"
     191                                                        "text": "currentColor"
    195192                                                }
    196193                                        },
     
    215212                                        "link": {
    216213                                                "color": {
    217                                                         "text": "var:preset|color|base"
     214                                                        "text": "currentColor"
    218215                                                }
    219216                                        },
     
    238235                                        "link": {
    239236                                                "color": {
    240                                                         "text": "var:preset|color|base"
     237                                                        "text": "currentColor"
    241238                                                }
    242239                                        },
     
    262259                                        "heading": {
    263260                                                "color": {
    264                                                         "text": "var:preset|color|contrast"
    265                                                 }
    266                                         },
    267                                         "link": {
    268                                                 "color": {
    269                                                         "text": "var:preset|color|contrast"
     261                                                        "text": "currentColor"
     262                                                }
     263                                        },
     264                                        "link": {
     265                                                "color": {
     266                                                        "text": "currentColor"
    270267                                                }
    271268                                        },
Note: See TracChangeset for help on using the changeset viewer.