carhop__carhop-theme__DEV/resources/css/base/base.css
Antoine M 4cd32a44cc
All checks were successful
continuous-integration/drone/push Build is passing
STYLE MAJOR CHANGE Reducing font-size and paddings everywhere
2025-10-08 15:51:47 +02:00

23 lines
411 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) ' • ';
}
}