Highlight deliveries.
authorIain Patterson <me@iain.cx>
Mon, 31 Oct 2022 13:37:57 +0000 (09:37 -0400)
committerIain Patterson <me@iain.cx>
Mon, 31 Oct 2022 13:37:57 +0000 (09:37 -0400)
www/style.css

index bda32bf..bfd8bac 100644 (file)
@@ -133,3 +133,6 @@ span.sortdragging hr {
   position: absolute;
 }
 
+.sortable .delivery:nth-of-type(odd) {
+  background-color: rgba(0, 80, 0, 20%);
+}