From 599e9932516652675e287c4ca43bac3f3dadb554 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 6 May 2024 15:38:56 +0200 Subject: [PATCH] fixing core titles on worning version --- resources/css/blocks/highlight.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 3487520..2d81d70 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -96,7 +96,12 @@ @apply bg-secondary; } .homegrade-blocks-highlight__block-title, - *::marker { + *::marker, + h2, + h3, + h4, + h5, + h6 { @apply !text-secondary; } p > a {