From 1b98c845b7bb356ff9cb450152248780bdf52387 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 13 Aug 2024 16:42:25 +0200 Subject: [PATCH] unscoping plus-loin block-title in forcing h2 --- resources/css/editor-content/gutenberg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 2e0bb7e..1a68a19 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -217,7 +217,7 @@ article > *:not(.entry-content, .chapter-header-block), } } .post-conseil-page-container { - h2:not(.post-card__title) { + h2:not(.post-card__title, .homegrade-blocks-plus-loin__block-title) { @apply font-bold !text-black text-3xl sm:text-3xl lg:!text-4xl leading-tight; } .wp-block-button__link {