fix .table-striped

This commit is contained in:
Martin Filipovic Hinrichs 2026-06-06 11:17:11 +02:00
parent 3198ab8ccd
commit 96dde88d84

View file

@ -304,8 +304,8 @@ footer {
}
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #f2effb;
.table-striped > tbody > tr:nth-of-type(odd) > * {
--bs-table-bg-type: #f2effb;
}
.table-compact {