Tweak even-numbered table row background.
authorMike Taylor <mike@indexdata.com>
Thu, 3 Oct 2013 06:44:05 +0000 (07:44 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 3 Oct 2013 06:44:05 +0000 (07:44 +0100)
tools/htdocs/mkws-doc.css

index 891f1c7..ed42f19 100644 (file)
@@ -62,7 +62,7 @@ table tr:nth-child(odd) {
 }
 
 table tr:nth-child(even) {
-    background: #b9d4f0;
+    background: #bfdcf8;
 }
 
 /*