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/02-noon.json

    r59314 r59348  
    260260            "core/button": {
    261261                "border": {
    262                     "bottom": {
    263                         "color": "var:preset|color|contrast",
    264                         "style": "solid"
    265                     },
    266                     "left": {
    267                         "color": "var:preset|color|contrast",
    268                         "style": "solid"
    269                     },
    270                     "radius": "999px",
    271                     "right": {
    272                         "color": "var:preset|color|contrast",
    273                         "style": "solid"
    274                     },
    275                     "top": {
    276                         "color": "var:preset|color|contrast",
    277                         "style": "solid"
    278                     }
     262                    "color": "var:preset|color|contrast"
    279263                },
    280264                "shadow": "var:preset|shadow|natural",
     
    300284                                "top": "0.6rem"
    301285                            }
    302                         },
    303                         "border": {
    304                             "color": "currentColor"
    305286                        }
    306287                    }
     
    329310                    "link": {
    330311                        "color": {
    331                             "text": "var:preset|color|accent-3"
     312                            "text": "currentColor"
    332313                        }
    333314                    }
     
    341322                    "link": {
    342323                        "color": {
    343                             "text": "var:preset|color|accent-3"
     324                            "text": "currentColor"
    344325                        }
    345326                    }
     
    368349                    "link": {
    369350                        "color": {
    370                             "text": "var:preset|color|accent-3"
     351                            "text": "currentColor"
    371352                        }
    372353                    }
     
    423404            "link": {
    424405                "color": {
    425                     "text": "var:preset|color|contrast"
     406                    "text": "currentColor"
    426407                }
    427408            }
     
    442423                    "heading": {
    443424                        "color": {
    444                             "text": "var:preset|color|accent-2"
     425                            "text": "currentColor"
    445426                        }
    446427                    },
    447428                    "link": {
    448429                        "color": {
    449                             "text": "var:preset|color|accent-2"
     430                            "text": "currentColor"
    450431                        }
    451432                    }
     
    471452                    "link": {
    472453                        "color": {
    473                             "text": "var:preset|color|base"
     454                            "text": "currentColor"
    474455                        }
    475456                    }
Note: See TracChangeset for help on using the changeset viewer.