Make WordPress Core


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

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