carhop__carhop-theme__DEV/resources/css/base/base.css
Antoine M 5c2c4c2e9a
All checks were successful
continuous-integration/drone/push Build is passing
STYLE Fixing ols
2025-08-27 11:21:25 +02:00

19 lines
351 B
CSS

a {
text-decoration: none;
@apply text-primary;
}
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) ' • ';
}
}