From a086c4001e972ae51160892af5d2f67d68d0a5b1 Mon Sep 17 00:00:00 2001 From: Alquen Sarmiento Date: Mon, 14 Jul 2025 10:37:46 +0800 Subject: [PATCH] fix: also apply typography to the category container --- src/block/posts/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block/posts/style.js b/src/block/posts/style.js index 00a16b4166..89068d62c2 100644 --- a/src/block/posts/style.js +++ b/src/block/posts/style.js @@ -330,7 +330,7 @@ Typography.addStyles( blockStyles, { } ) Typography.addStyles( blockStyles, { - selectorCallback: getAttribute => `.stk-block-posts__category a${ getAttribute( 'highlighted' ) + selectorCallback: getAttribute => `.stk-block-posts__category, .stk-block-posts__category a${ getAttribute( 'highlighted' ) ? ' .stk-button__inner-text' : '' }`, hoverSelectorCallback: getAttribute => {