From 5a14518a5cd09bf8326ee608c86473bc6ddf1700 Mon Sep 17 00:00:00 2001 From: fatchan Date: Wed, 4 Dec 2019 12:48:38 +0000 Subject: [PATCH] alternate color of trs --- gulp/res/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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) {