[FIX] Don't let Bootstrap override our override

This commit is contained in:
Peter Pfeufer 2025-09-06 16:16:20 +02:00
parent efc0fcf11d
commit 735e890de4
No known key found for this signature in database

View File

@ -31,7 +31,7 @@
------------------------------------------------------------------------------------- */ ------------------------------------------------------------------------------------- */
@media all { @media all {
.table { .table {
--bs-table-bg: transparent; --bs-table-bg: transparent !important;
} }
} }