This commit is contained in:
parent
631d5d6360
commit
5c2c4c2e9a
|
|
@ -7,3 +7,12 @@ main {
|
||||||
/* Causing issues with the article sidebar index sticky positioning */
|
/* Causing issues with the article sidebar index sticky positioning */
|
||||||
/* overflow-x: hidden; */
|
/* overflow-x: hidden; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol li {
|
||||||
|
@apply list-decimal;
|
||||||
|
list-style-position: inside;
|
||||||
|
&::marker {
|
||||||
|
@apply text-carhop-green-700 font-bold;
|
||||||
|
content: counter(list-item) ' • ';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user