fixing ul and ol colors on conseils (and pages)
This commit is contained in:
parent
ed20681f85
commit
ff49b9fdce
|
|
@ -85,13 +85,8 @@
|
|||
filter: brightness(0) invert(1) opacity(90%);
|
||||
}
|
||||
}
|
||||
ol li::marker {
|
||||
@apply !text-white;
|
||||
}
|
||||
ul li:before {
|
||||
@apply bg-white;
|
||||
}
|
||||
}
|
||||
|
||||
&--warning {
|
||||
@apply !bg-transparent !relative !text-secondary;
|
||||
|
||||
|
|
@ -144,3 +139,12 @@
|
|||
@apply bg-gray;
|
||||
}
|
||||
}
|
||||
|
||||
.page {
|
||||
.homegrade-blocks-highlight--classic ul li:before {
|
||||
@apply bg-white;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic ol li::marker {
|
||||
@apply !text-white;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user