handling ul and ol on classic version

This commit is contained in:
Antoine M 2023-11-16 14:08:18 +01:00
parent eb23030d67
commit e52d237b5e

View File

@ -42,6 +42,15 @@
.wp-block-button__link {
@apply bg-secondary;
}
a {
@apply !text-white;
}
ol li::marker {
@apply !text-white;
}
ul li:before {
@apply bg-white;
}
}
&--warning {
@apply !bg-transparent !relative !text-secondary;