From 3b34391344ee0fa8be1af806d9d5521a0593d0a9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 25 Mar 2026 16:03:16 +0100 Subject: [PATCH] STYLE Add margin to wp-block-columns and update text color for entry content paragraphs --- resources/css/layout/gutenberg.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index b07d1aa..6a55dc4 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -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; +}