carhop__carhop-theme__DEV/resources/css/blocks/wp-block-list.css
Antoine M 7704a4945d
All checks were successful
continuous-integration/drone/push Build is passing
STYLE refining behaviour in editor
2025-10-28 17:05:33 +01:00

15 lines
303 B
CSS

ul.wp-block-list {
@apply !list-none;
li {
@apply list-none relative pl-6;
list-style-type: none !important;
}
li::before {
@apply text-carhop-green-700 font-bold absolute top-0 left-0 pt-0;
content: '•';
@apply font-bold text-2xl;
line-height: 1;
}
}