Use CSS to highlight odd rows

This commit is contained in:
Jakub Vrana
2025-02-21 21:27:41 +01:00
parent db75be9ba7
commit b29767dcfb
28 changed files with 53 additions and 72 deletions

View File

@@ -153,7 +153,7 @@ th, td {
vertical-align: top;
}
.odd th, .odd td {
.odds tbody tr:nth-child(2n) th, .odds tbody tr:nth-child(2n) td {
background: #FCFAF5;
}