From 7b103b51725291aefb64203a79f2d9d019606391 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 3 May 2016 16:34:09 +0200 Subject: [PATCH] style: switch to a lighter tables background MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- css/lede.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/lede.css b/css/lede.css index d367b7b..3c6f3d8 100644 --- a/css/lede.css +++ b/css/lede.css @@ -52,7 +52,7 @@ h1 { } .tableblock tr:nth-child(even) { - background-color: #b7c8e3; + background-color: #CFE2FF; } .tableblock tr:nth-child(odd) { -- 2.30.2