.table {
    --bs-table-bg: transparent;
    --bs-table-color: var(--text-color);
}
.table th, .table td {
    background-color: transparent !important;
    color: var(--text-color) !important;
}