From: Álvaro Fernández Rojas Date: Tue, 3 May 2016 12:58:50 +0000 (+0200) Subject: style: customize tables X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1b52890f0d5387eb1bd92e6310df31da3f08ef13;p=web.git style: customize tables Signed-off-by: Álvaro Fernández Rojas --- diff --git a/css/lede.css b/css/lede.css index f8c8182..d367b7b 100644 --- a/css/lede.css +++ b/css/lede.css @@ -46,6 +46,19 @@ h1 { margin: 0; } +.tableblock tr th { + background-color: #527bbd; + color: #fff; +} + +.tableblock tr:nth-child(even) { + background-color: #b7c8e3; +} + +.tableblock tr:nth-child(odd) { + background-color: #fff; +} + .menu ol { padding: 0; margin: 0 -10px;