.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: rgba(127, 127, 127, 0.2);
}

[data-bs-theme="dark"] input[type="date"] {
    color-scheme: dark;
}

[data-bs-theme="light"] input[type="date"] {
    color-scheme: light;
}