Skip to content

Commit a086c40

Browse files
committed
fix: also apply typography to the category container
1 parent 37f4935 commit a086c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/posts/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Typography.addStyles( blockStyles, {
330330
} )
331331

332332
Typography.addStyles( blockStyles, {
333-
selectorCallback: getAttribute => `.stk-block-posts__category a${ getAttribute( 'highlighted' )
333+
selectorCallback: getAttribute => `.stk-block-posts__category, .stk-block-posts__category a${ getAttribute( 'highlighted' )
334334
? ' .stk-button__inner-text'
335335
: '' }`,
336336
hoverSelectorCallback: getAttribute => {

0 commit comments

Comments
 (0)