shithub: werc

Download patch

ref: c0eaefe4fe17c4f7bc14e60aa8f21e58d7b6f48e
parent: 9b82eedfd6609108f7d9cddeb0fbe1060348fc70
author: Kurt H Maier <khm@sciops.net>
date: Fri May 29 07:29:42 EDT 2020

style.css: restore table theming

--- a/pub/style/style.css
+++ b/pub/style/style.css
@@ -39,3 +39,9 @@
 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)  }
+
--