handling ul and ol on classic version
This commit is contained in:
parent
eb23030d67
commit
e52d237b5e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user