STYLE Fixing color of carhop heading p
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-08-27 12:04:30 +02:00
parent a58817c3e3
commit 80fcad8977

View File

@ -74,6 +74,9 @@
p {
color: inherit;
}
.carhop-heading p {
@apply text-carhop-green-700;
}
}
body.wp-admin.post-type-page .content-box,