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; }