From 34e1c97dd6fd505d3b6080f4f7892dd6ec166e68 Mon Sep 17 00:00:00 2001 From: Irfa Date: Mon, 20 Apr 2020 15:17:28 +0700 Subject: [PATCH] add striped table --- mvp.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mvp.css b/mvp.css index a8e8a5b..f2b22f5 100644 --- a/mvp.css +++ b/mvp.css @@ -415,6 +415,10 @@ table tr td:first-child { text-align: var(--justify-normal); } +table tr:nth-child(even) { + background-color: var(--color-bg-secondary); +} + /* Quotes */ blockquote { display: block;