style: customize tables
[web.git] / css / lede.css
index f8c818220fe6ed03a0abfd35efeb277d6f919a61..d367b7b295dd6da1cb873fdfa0c1c4c4fcdf02c1 100644 (file)
@@ -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;