From: Álvaro Fernández Rojas Date: Tue, 3 May 2016 14:34:09 +0000 (+0200) Subject: style: switch to a lighter tables background X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7b103b51725291aefb64203a79f2d9d019606391;p=web.git style: switch to a lighter tables background Signed-off-by: Álvaro Fernández Rojas --- 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) {