Override .table-success in dark mode
This commit is contained in:
parent
fdd596bd60
commit
8d128cc3ba
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue