.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  /* Teal 100 - https://getbootstrap.com/docs/5.1/customize/color/ */
   background-color: #d2f4ea;
 }
