jgthms / html-reference

HTML Reference: a free guide to all HTML5 elements and attributes
https://htmlreference.io
MIT License
984 stars 136 forks source link

Make the main table easier to read... #5

Open rodrigograca31 opened 7 years ago

rodrigograca31 commented 7 years ago

Hi!

I'm not sure if it conflicts with other CSSs in other pages because I don't know the project but this works for the main/index page:

#finder-list .finder-item:nth-child(even) {
    background: #CCC;
}

Regards, Rodrigo.