.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;
}