Highlight odd rows in nested tables

This commit is contained in:
Jakub Vrana
2026-02-01 03:11:54 +01:00
parent 9c5215cf77
commit 68e8b5bf69

View File

@@ -57,6 +57,7 @@ input.wayoff { left: -1000px; position: absolute; }
.date { color: #7F007F; }
.enum { color: #007F7F; }
.binary { color: red; }
.odds tbody tr { background: var(--bg); }
.odds tbody tr:nth-child(2n) { background: #F5F5F5; }
.js .checkable .checked td, .js .checkable .checked th { background: var(--lit); }
.time { color: silver; font-size: 70%; }