carhop__carhop-theme__DEV/resources/css/base/base.css
Antoine M ace090cb4b
All checks were successful
continuous-integration/drone/push Build is passing
FIX fixing commentary causing problem
2025-06-23 16:34:44 +02:00

10 lines
174 B
CSS

a {
text-decoration: none;
@apply text-primary;
}
main {
/* Causing issues with the article sidebar index sticky positioning */
/* overflow-x: hidden; */
}