.table-striped > tbody > tr:nth-of-type(2n+1) > * {
--bs-table-accent-bg: #f8f8f8 !important;
}
.table-hover > tbody > tr:hover > * {
--bs-table-accent-bg: var(--bs-table-hover-bg) !important;
}