From efabc8025ab4d309d04032fde42427fe140d0837 Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Fri, 20 Jan 2023 18:49:49 -0500 Subject: [PATCH] src: templates: din-6771: alternate BOM row color --- src/wireviz/templates/din-6771.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wireviz/templates/din-6771.html b/src/wireviz/templates/din-6771.html index 547a340..1c5fc10 100644 --- a/src/wireviz/templates/din-6771.html +++ b/src/wireviz/templates/din-6771.html @@ -104,6 +104,10 @@ width:180mm; } + #bom tr:nth-child(odd) { + background-color: #EEEEEE + } + #bom th, td { text-align: left; }