richamc01

Results 1 comments of richamc01

I want to modify this: ```html ol { counter-reset: section; list-style-type: none; } tbody, details { contain: style; } ol > li::before { font-weight: 700; counter-increment: section; content: counters(section, ".")...