2025-03-24 14:34:56 +01:00

4 lines
79 B
CSS

.table-nostriped tbody tr:nth-of-type(odd) {
background-color:transparent;
}