STYLE Refining typography color and font-family on editor

This commit is contained in:
Nonimart 2025-10-28 16:18:38 +01:00
parent afb23bdd9d
commit 85f26bf206

View File

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