From c0eaefe4fe17c4f7bc14e60aa8f21e58d7b6f48e Mon Sep 17 00:00:00 2001 From: Kurt H Maier Date: Fri, 29 May 2020 11:29:42 -0700 Subject: [PATCH] style.css: restore table theming --- pub/style/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pub/style/style.css b/pub/style/style.css index 8d24664..4e86b16 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -39,3 +39,9 @@ article a:hover { color: rgb(100,135,220); } footer { color: white; background-color: rgb(100,135,220); } footer a { color: inherit; } footer div { padding: 1em; } + +/* tables */ +table { border: 1px solid rgba(128,128,128,0.5); padding: 0; } +th { color: white; background-color: rgb(100,135,220); } +tr:nth-child(odd) { background-color: rgba(128,128,128,0.1) } +