From 670a15b47cc1aab9d60d6047650844ed2812da2d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 15 May 2024 16:20:33 +0200 Subject: [PATCH] making bold for the cuystom heading --- resources/css/editor-style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index a02d204..ec67cb2 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -14,6 +14,9 @@ .homegrade-blocks-custom-heading:first-child { @apply !mt-0; } +.homegrade-blocks-highlight .homegrade-blocks-custom-heading { + @apply !font-bold; +} body { @apply font-sans;