From 85f26bf2064113b9954af13185df4b36e3bb6740 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Tue, 28 Oct 2025 16:18:38 +0100 Subject: [PATCH] STYLE Refining typography color and font-family on editor --- resources/css/editor-style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 98d4373..06dae0a 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -26,3 +26,10 @@ body { .acf-block-fields { @apply max-w-screen-md mx-auto; } +html :where(.editor-styles-wrapper) { + @apply text-carhop-gray; + div, + p { + font-family: 'Nunito Sans', sans-serif; + } +}