Override .table-success in dark mode

This commit is contained in:
Anton Khorev 2024-04-15 04:07:50 +03:00
parent fdd596bd60
commit 8d128cc3ba

View file

@ -75,7 +75,10 @@ time[title] {
.table-secondary {
--bs-table-bg: rgb(var(--bs-secondary-rgb), .25);
}
.table-primary, .table-secondary {
.table-success {
--bs-table-bg: rgb(var(--bs-success-rgb), .25);
}
.table-primary, .table-secondary, .table-success {
--bs-table-color: initial;
border-color: inherit;
}