carhop__carhop-theme__DEV/resources/css/base/base.css
2025-12-11 15:35:53 +01:00

23 lines
415 B
CSS

a {
text-decoration: none;
@apply text-primary;
}
main {
/* Causing issues with the article sidebar index sticky positioning */
/* overflow-x: hidden; */
& > :last-child {
margin-bottom: 0px !important;
}
}
ol li {
@apply list-decimal;
list-style-position: inside;
&::marker {
@apply text-carhop-green-700 font-bold;
content: counter(list-item) ' • ';
}
}