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