alternate color of trs

merge-requests/208/head
fatchan 5 years ago
parent 2b4e631756
commit 5a14518a5c
  1. 4
      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) {

Loading…
Cancel
Save