Table zebra stripes using Documenter.jl

Or you can add the following in a custom CSS file:

tr:nth-child(2n) {
    background-color: #f3f6f6;
}
2 Likes