STYLE Fixing ols
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-08-27 11:21:25 +02:00
parent 631d5d6360
commit 5c2c4c2e9a

View File

@ -7,3 +7,12 @@ main {
/* Causing issues with the article sidebar index sticky positioning */
/* overflow-x: hidden; */
}
ol li {
@apply list-decimal;
list-style-position: inside;
&::marker {
@apply text-carhop-green-700 font-bold;
content: counter(list-item) ' • ';
}
}