.table {
    --bs-table-striped-bg: rgba(13, 21, 32, 0.02);
    --bs-table-hover-bg: color-mix(in srgb, var(--accent-color) 10%, transparent);
}

.table-hover > tbody > tr > * {
    transition: box-shadow 150ms ease;
}

@media (prefers-reduced-motion: reduce) {
    .table-hover > tbody > tr > * {
        transition: none;
    }
}
