Make WordPress Core


Ignore:
Timestamp:
11/05/2024 02:00:03 PM (8 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/02-noon.json

    r59146 r59348  
    5656            "core/button": {
    5757                "border": {
    58                     "bottom": {
    59                         "color": "var:preset|color|contrast"
    60                     },
    61                     "left": {
    62                         "color": "var:preset|color|contrast"
    63                     },
    64                     "right": {
    65                         "color": "var:preset|color|contrast"
    66                     },
    67                     "top": {
    68                         "color": "var:preset|color|contrast"
    69                     }
    70                 },
    71                 "variations": {
    72                     "outline": {
    73                         "border": {
    74                             "color": "currentColor"
    75                         }
    76                     }
     58                    "color": "var:preset|color|contrast"
    7759                }
    7860            },
     
    8466                    "link": {
    8567                        "color": {
    86                             "text": "var:preset|color|accent-3"
     68                            "text": "currentColor"
    8769                        }
    8870                    }
     
    9678                    "link": {
    9779                        "color": {
    98                             "text": "var:preset|color|accent-3"
     80                            "text": "currentColor"
    9981                        }
    10082                    }
     
    10890                    "link": {
    10991                        "color": {
    110                             "text": "var:preset|color|accent-3"
     92                            "text": "currentColor"
    11193                        }
    11294                    }
     
    128110            "link": {
    129111                "color": {
    130                     "text": "var:preset|color|contrast"
     112                    "text": "currentColor"
    131113                }
    132114            }
     
    147129                    "heading": {
    148130                        "color": {
    149                             "text": "var:preset|color|accent-2"
     131                            "text": "currentColor"
    150132                        }
    151133                    },
    152134                    "link": {
    153135                        "color": {
    154                             "text": "var:preset|color|accent-2"
     136                            "text": "currentColor"
    155137                        }
    156138                    }
     
    176158                    "link": {
    177159                        "color": {
    178                             "text": "var:preset|color|base"
     160                            "text": "currentColor"
    179161                        }
    180162                    }
Note: See TracChangeset for help on using the changeset viewer.