shithub: werc

Download patch

ref: 4a16fe725756fe4fc35be187bb5f704ce1e5c334
parent: f61086515ec135c11784525412fb09d02a7d0f83
author: khm <khm@9front.org>
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)  }
+