fixing list color problem for highlight

This commit is contained in:
Antoine M 2023-11-24 17:58:59 +01:00
parent 714243bbae
commit 57021b5266

View File

@ -80,7 +80,11 @@
p > a {
@apply !text-primary font-bold;
}
ul li {
&:before {
@apply !bg-secondary;
}
}
&:after {
@apply absolute
block