Fix bootstrap table heading colors

This commit is contained in:
shamoon 2023-09-20 18:55:54 -07:00
parent 46c8f74316
commit 6738220972

View File

@ -456,7 +456,7 @@ ul.pagination {
} }
table.table { table.table {
color: var(--bs-body-color); --bs-table-color: var(--bs-body-color);
--bs-table-bg: var(--bs-light-rgb); --bs-table-bg: var(--bs-light-rgb);
.des,.asc { .des,.asc {