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/sections/section-1.json

    r59146 r59348  
    1919                    "text": "color-mix(in srgb, currentColor 25%, transparent)"
    2020                }
     21            },
     22            "core/site-title": {
     23                "color": {
     24                    "text": "currentColor"
     25                },
     26                "elements": {
     27                    "link": {
     28                        "color": {
     29                            "text": "currentColor"
     30                        }
     31                    }
     32                }
     33            },
     34            "core/post-author-name": {
     35                "color": {
     36                    "text": "currentColor"
     37                },
     38                "elements": {
     39                    "link": {
     40                        "color": {
     41                            "text": "currentColor"
     42                        }
     43                    }
     44                }
     45            },
     46            "core/post-date": {
     47                "color":{
     48                    "text": "color-mix(in srgb, currentColor 85%, transparent)"
     49                },
     50                "elements": {
     51                    "link": {
     52                        "color" : {
     53                            "text": "color-mix(in srgb, currentColor 85%, transparent)"
     54                        }
     55                    }
     56                }
     57            },
     58            "core/post-terms": {
     59                "color": {
     60                    "text": "currentColor"
     61                },
     62                "elements": {
     63                    "link": {
     64                        "color": {
     65                            "text": "currentColor"
     66                        }
     67                    }
     68                }
     69            },
     70            "core/comment-author-name": {
     71                "color": {
     72                    "text": "currentColor"
     73                },
     74                "elements": {
     75                    "link": {
     76                        "color": {
     77                            "text": "currentColor"
     78                        }
     79                    }
     80                }
     81            },
     82            "core/comment-date": {
     83                "color": {
     84                    "text": "currentColor"
     85                },
     86                "elements": {
     87                    "link": {
     88                        "color": {
     89                            "text": "currentColor"
     90                        }
     91                    }
     92                }
     93            },
     94            "core/comment-edit-link": {
     95                "color": {
     96                    "text": "currentColor"
     97                },
     98                "elements": {
     99                    "link": {
     100                        "color": {
     101                            "text": "currentColor"
     102                        }
     103                    }
     104                }
     105            },
     106            "core/comment-reply-link": {
     107                "color": {
     108                    "text": "currentColor"
     109                },
     110                "elements": {
     111                    "link": {
     112                        "color": {
     113                            "text": "currentColor"
     114                        }
     115                    }
     116                }
     117            },
     118            "core/pullquote": {
     119                "color": {
     120                    "text": "currentColor"
     121                }
     122            },
     123            "core/quote": {
     124                "color": {
     125                    "text": "currentColor"
     126                }
    21127            }
    22128        }
Note: See TracChangeset for help on using the changeset viewer.