Make WordPress Core


Ignore:
Timestamp:
10/14/2024 09:56:32 PM (15 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/04-afternoon.json

    r59146 r59233  
    5050    },
    5151    "styles": {
     52        "elements": {
     53            "button": {
     54                ":hover": {
     55                    "color": {
     56                        "background": "color-mix(in srgb, var(--wp--preset--color--contrast) 85%, black)"
     57                    }
     58                }
     59            }
     60        },
    5261        "variations": {
    5362            "section-2": {
     
    6978                    }
    7079                }
     80            },
     81            "section-4": {
     82                "elements": {
     83                    "button": {
     84                        ":hover": {
     85                            "color": {
     86                                "background": "color-mix(in srgb, var(--wp--preset--color--accent-2) 85%, transparent)"
     87                            }
     88                        }
     89                    }
     90                }
     91            },
     92            "section-5": {
     93                "elements": {
     94                    "button": {
     95                        ":hover": {
     96                            "color": {
     97                                "background": "color-mix(in srgb, var(--wp--preset--color--base) 90%, transparent)"
     98                            }
     99                        }
     100                    }
     101                }
    71102            }
    72103        }
Note: See TracChangeset for help on using the changeset viewer.