Add stylesheet for signing sheet

This commit is contained in:
Alexis M 2019-09-24 01:31:27 +02:00
parent c89f1d9466
commit 11c755fb18

View file

@ -0,0 +1,5 @@
table, tr, td {
border: 0px;
}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}