Make WordPress Core


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (2 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for RC1.

Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.

Follow up to [54235], [54236], [54312], [54372].

Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/styles/pilgrimage.json

    r54372 r54467  
    11{
     2    "$schema": "https://schemas.wp.org/trunk/theme.json",
     3    "version": 2,
    24    "title": "Pilgrimage",
    35    "settings": {
     
    2527                },
    2628                {
     29                    "gradient": "linear-gradient(180deg, var(--wp--preset--color--primary) 0%,var(--wp--preset--color--tertiary) 100%)",
     30                    "name": "Tertiary to Secondary",
     31                    "slug": "tertiary-secondary"
     32                },
     33                {
     34                    "gradient": "linear-gradient(180deg, var(--wp--preset--color--tertiary) 0%,var(--wp--preset--color--primary) 100%)",
     35                    "name": "Tertiary to Primary",
     36                    "slug": "tertiary-primary"
     37                },
     38                {
    2739                    "gradient": "linear-gradient(180deg, var(--wp--preset--color--base) 0%,var(--wp--preset--color--primary) 350%)",
    2840                    "name": "Base to Primary",
    2941                    "slug": "base-primary"
     42                },
     43                {
     44                    "gradient": "radial-gradient(circle at 5px 5px,#0c0d0d70 2px,#ffffff00 0px,#ffffff00 0px) 0 0 / 8px 8px, linear-gradient(180deg, var(--wp--preset--color--base) 0%,#000000 200%)",
     45                    "name": "Dots",
     46                    "slug": "dots"
    3047                }
    3148            ],
     
    6683                        ":active": {
    6784                            "color": {
    68                                 "text": "var(--wp--preset--color--primary)"
     85                                "text": "var(--wp--preset--color--tertiary)"
    6986                            }
    7087                        }
     
    7794                        ":active": {
    7895                            "color": {
    79                                 "text": "var(--wp--preset--color--primary)"
     96                                "text": "var(--wp--preset--color--tertiary)"
    8097                            },
    8198                            "typography": {
     
    91108                        ":active": {
    92109                            "color": {
    93                                 "text": "var(--wp--preset--color--primary)"
     110                                "text": "var(--wp--preset--color--tertiary)"
    94111                            }
    95112                        }
     
    136153                        ":hover": {
    137154                            "color": {
    138                                 "text": "var(--wp--preset--color--primary)"
    139                             }
    140                         },
     155                                "text": "var(--wp--preset--color--tertiary)"
     156                            }
     157                        }
     158                    }
     159                }
     160            },
     161            "core/post-content": {
     162                "elements": {
     163                    "link": {
    141164                        "color": {
    142165                            "text": "var(--wp--preset--color--primary)"
     
    145168                }
    146169            },
    147             "core/post-content": {
    148                 "elements": {
    149                     "link": {
    150                         "color": {
    151                             "text": "var(--wp--preset--color--primary)"
    152                         }
    153                     }
    154                 }
    155             },
    156170            "core/post-date": {
    157171                "elements": {
     
    164178                }
    165179            },
     180            "core/post-featured-image": {
     181                "filter": {
     182                    "duotone": "var(--wp--preset--duotone--default-filter)"
     183                }
     184            },
    166185            "core/post-title": {
    167186                "elements": {
     
    169188                        ":active": {
    170189                            "color": {
    171                                 "text": "var(--wp--preset--color--primary)"
     190                                "text": "var(--wp--preset--color--tertiary)"
    172191                            },
    173192                            "typography": {
     
    188207                        }
    189208                    }
     209                },
     210                "border": {
     211                    "top": {
     212                        "color": "var(--wp--preset--color--primary)"
     213                    }
    190214                }
    191215            },
    192216            "core/separator": {
    193217                "color": {
    194                     "text": "var(--wp--preset--color--primary)"
     218                    "text": "var(--wp--preset--color--secondary)"
    195219                }
    196220            },
     
    212236        },
    213237        "color": {
    214             "gradient": "var(--wp--preset--gradient--base-primary)"
     238            "gradient": "var(--wp--preset--gradient--dots)"
    215239        },
    216240        "elements": {
     
    276300            },
    277301            "link": {
     302                "color": {
     303                    "text": "var(--wp--preset--color--primary)"
     304                },
     305                ":hover": {
     306                    "color": {
     307                        "text":"var(--wp--preset--color--tertiary)"
     308                    }
     309                },
     310                ":focus": {
     311                    "color": {
     312                        "text":"var(--wp--preset--color--tertiary)"
     313                    }
     314                },
    278315                ":active": {
    279316                    "color": {
    280                         "text": "var(--wp--preset--color--primary)"
    281                     }
    282                 },
    283                 ":hover": {
    284                     "color": {
    285                         "text":"var(--wp--preset--color--primary)"
    286                     }
    287                 },
    288                 "color": {
    289                     "text": "var(--wp--preset--color--primary)"
     317                        "text": "var(--wp--preset--color--tertiary)"
     318                    }
    290319                }
    291320            }
    292321        }
    293     },
    294     "version": 2,
    295     "$schema": "https://schemas.wp.org/trunk/theme.json"
     322    }
    296323}
Note: See TracChangeset for help on using the changeset viewer.