STYLE few style adaptations

This commit is contained in:
Antoine M 2026-04-08 16:46:02 +02:00
parent ce9a059cb9
commit f602d65bd4

View File

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