fixing core titles on worning version

This commit is contained in:
Antoine M 2024-05-06 15:38:56 +02:00
parent c60f9674b2
commit 599e993251

View File

@ -96,7 +96,12 @@
@apply bg-secondary;
}
.homegrade-blocks-highlight__block-title,
*::marker {
*::marker,
h2,
h3,
h4,
h5,
h6 {
@apply !text-secondary;
}
p > a {