STYLE Add margin to wp-block-columns and update text color for entry content paragraphs

This commit is contained in:
Antoine M 2026-03-25 16:03:16 +01:00
parent b3b12c6047
commit 3b34391344

View File

@ -44,6 +44,10 @@ article > *:not(.entry-content),
@apply list-decimal;
}
}
> .wp-block-columns {
@apply !my-24;
}
}
.wp-singular.page {
.site-content {
@ -106,3 +110,11 @@ h3.wp-block-heading:has(+ .wp-block-table) {
/* .wp-block-table + h3.wp-block-heading {
@apply mt-16;
} */
/* :where(.is-website-carhop) {
@apply text-primary;
} */
:where(.wp-singular.page .entry-content p) {
@apply text-primary;
}