From c88c4d01866a97068f71450261835033eb3580d7 Mon Sep 17 00:00:00 2001 From: Adam Wood <1017872+adamwoodnz@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:44:08 +1300 Subject: [PATCH] Latest News block: fix default title styles See https://github.com/WordPress/wporg-developer/issues/418 --- mu-plugins/blocks/latest-news/postcss/style.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu-plugins/blocks/latest-news/postcss/style.pcss b/mu-plugins/blocks/latest-news/postcss/style.pcss index 4af075da4..90fddb158 100644 --- a/mu-plugins/blocks/latest-news/postcss/style.pcss +++ b/mu-plugins/blocks/latest-news/postcss/style.pcss @@ -17,7 +17,7 @@ } .wp-block-wporg-latest-news:not(.is-style-cards) li { - & > a { + .wp-block-wporg-latest-news__title > a { display: block; margin-bottom: var(--wp--custom--latest-news--link--spacing, 4px); color: var(--wp--custom--latest-news--link--color);