Fix table > thead rule nesting

This commit is contained in:
Liam 2025-01-11 12:48:54 -05:00
parent caa46452d0
commit 7c7c628fca

View file

@ -138,8 +138,8 @@ th.center {
text-align: center;
}
table th > thead > tr,
.table th > thead > tr {
table > thead > tr,
.table > thead > tr {
background: var(--background-color);
}