:root {
  --bs-body-bg: var(--bs-gray-100);
}
.row.stripe:nth-of-type(2n+1) {
  background: #ededed;
}
