diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 08bf04fa..b7cc649b 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -857,6 +857,10 @@ hr + .thread { border: 1px solid var(--box-border-color); } +tr:nth-child(odd) { + background: var(--post-color); +} + table.boardtable td:nth-child(3), table.boardtable th:nth-child(3), table.boardtable td:nth-child(4), table.boardtable th:nth-child(4), table.boardtable td:nth-child(5), table.boardtable th:nth-child(5) {