
.table{
  /* цвет нечётных строчек */
  background-color: white;
  --bs-table-striped-bg: white, 0.05;
}

.table-striped{
  /* цвет чётных строчек */
  --bs-table-bg-type: rgb(253, 230, 242);
}