STYLE Refining typography color and font-family on editor
This commit is contained in:
parent
afb23bdd9d
commit
85f26bf206
|
|
@ -26,3 +26,10 @@ body {
|
||||||
.acf-block-fields {
|
.acf-block-fields {
|
||||||
@apply max-w-screen-md mx-auto;
|
@apply max-w-screen-md mx-auto;
|
||||||
}
|
}
|
||||||
|
html :where(.editor-styles-wrapper) {
|
||||||
|
@apply text-carhop-gray;
|
||||||
|
div,
|
||||||
|
p {
|
||||||
|
font-family: 'Nunito Sans', sans-serif;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user