From: Iain Patterson Date: Mon, 31 Oct 2022 13:37:57 +0000 (-0400) Subject: Highlight deliveries. X-Git-Tag: 2022-10-31~1 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;ds=sidebyside;h=9b4dedb96250d89c0d8a818b41e2d3b4d940dac4;p=readifood.git Highlight deliveries. --- diff --git a/www/style.css b/www/style.css index bda32bf..bfd8bac 100644 --- a/www/style.css +++ b/www/style.css @@ -133,3 +133,6 @@ span.sortdragging hr { position: absolute; } +.sortable .delivery:nth-of-type(odd) { + background-color: rgba(0, 80, 0, 20%); +}