From 32f831a629c97648fdf7d70fd502a15ffcc88476 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 2 Jul 2024 16:47:16 +0200 Subject: [PATCH] handling red h3 --- resources/css/pages/single-parcours.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/pages/single-parcours.css b/resources/css/pages/single-parcours.css index e93b264..0437dff 100644 --- a/resources/css/pages/single-parcours.css +++ b/resources/css/pages/single-parcours.css @@ -8,6 +8,10 @@ h2 { @apply text-3xl font-bold; } + h3.homegrade-blocks-custom-heading, + h3.wp-block-heading { + @apply text-secondary; + } .parcours-steps { @apply flex flex-col gap-y-6;