Make WordPress Core


Ignore:
Timestamp:
10/31/2024 05:55:14 PM (22 months ago)
Author:
desrosj
Message:

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

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

A full list of changes can be found on GitHub: WordPress/twentytwentyfive@7dfa99f1...b5b0475f.

Reviewed by desrosj.
Merges [59314] to the 6.7 branch.

Props juanfra, poena.
Fixes #62310.

Location:
branches/6.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

  • branches/6.7/src/wp-content/themes/twentytwentyfive/styles/blocks/post-terms-1.json

    r59233 r59331  
    2424                                "typography": {
    2525                                        "fontWeight": "400",
    26                                         "lineHeight": "2.8"
     26                                        "lineHeight": "2.8",
     27                                        "textDecoration": "none"
     28                                },
     29                                ":hover": {
     30                                        "typography": {
     31                                                "textDecoration": "underline"
     32                                        }
    2733                                }
    2834                        }
Note: See TracChangeset for help on using the changeset viewer.