From 66631ae76f9625c41a07db43e92c16b5ca5900f6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 28 May 2026 10:38:56 +0200 Subject: [PATCH] STYLE Refining h1 aspect in editor --- resources/css/editor-style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 97154e4..17953f6 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -5,6 +5,10 @@ body { @apply font-sans; } +h1 { + @apply text-primary font-semibold !text-3xl; +} + .wp-block { @apply max-w-screen-xl; }