FIX color on p
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-07-16 11:15:40 +02:00
parent 951c19e2ea
commit c3dbfc2bab

View File

@ -31,6 +31,11 @@
@apply pb-8;
}
p,
.carhop-heading p {
color: var(--content-box-text-color, #136f63);
}
&__innerblocks {
@apply max-w-screen-lg mx-auto px-8;
}