[data-bs-theme="dark"] .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #151515;
}
[data-bs-theme="dark"] .table {
    color: #d3d3d3;
}

[data-bs-theme="dark"] .progress {
    background-color: #303030;
}
[data-bs-theme="dark"] .breadcrumb {
    background-color: #303030;
}

[data-bs-theme="dark"] .bg-light {
    background-color: #151515 !important;
}

/* Keep legacy support for now */
.bootstrap-dark .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #151515;
}
.bootstrap-dark .table {
    color: #d3d3d3;
}

.bootstrap-dark .progress {
    background-color: #303030;
}
.bootstrap-dark .breadcrumb {
    background-color: #303030;
}

.bootstrap-dark .bg-light {
    background-color: #151515 !important;
}