From 50f837b7f6c556e24456b1e1280f234e412b1670 Mon Sep 17 00:00:00 2001 From: Pheng Heong TAN Date: Tue, 13 Jul 2021 18:15:22 +0800 Subject: [PATCH] style a table For ease of reading (hopefully) --- solarized_light.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/solarized_light.css b/solarized_light.css index ec644a6..6fc3644 100644 --- a/solarized_light.css +++ b/solarized_light.css @@ -55,10 +55,14 @@ li + li, div + div { margin-top: 30px; } +tr:nth-child(even) { + background-color: var(--base2); +} + #nav, #some_header { text-align: center; } #links { font-style: italic; -} \ No newline at end of file +}