refining plus loin and warning on editor

This commit is contained in:
Antoine M 2023-11-16 16:24:33 +01:00
parent 89ef334b04
commit a9eaa9b461

View File

@ -95,3 +95,18 @@ p {
.homegrade-content-blocks-grey-box {
/* max-width: 100% !important; */
}
.homegrade-blocks-highlight--warning {
.wp-block-button__link {
@apply !bg-secondary;
}
}
.homegrade-blocks-plus-loin {
ol li::marker {
@apply !text-white;
}
ul li:before {
@apply !bg-white;
}
}