From f602d65bd426b290f541803a473ac98b2f2d4482 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Apr 2026 16:46:02 +0200 Subject: [PATCH] STYLE few style adaptations --- 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 ad02cdf..44b780a 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -123,3 +123,15 @@ h3.wp-block-heading:has(+ .wp-block-table) { :where(.wp-singular.page .entry-content p) { @apply text-primary; } +.wp-theme-carhop:not(.wp-child-theme-dynamiques) { + @apply text-primary; +} + +.alignfull.has-background:has(+ .alignfull.has-background) { + @apply !mb-0; +} +.wp-block-column { + h5 + p { + @apply mt-0; + } +}