Decrease zebra stripe specificity to prioritize userstyle

This commit is contained in:
Jiang Yio 2022-09-27 20:02:08 -04:00
parent 4c270d5e38
commit b460313bc8

View File

@ -37,8 +37,8 @@
table.table-sticky tbody tr {
border-top: 1px dashed #dee2e6;
}
table.table-sticky td:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
td:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
table.table-sticky tbody th, table.table-sticky th.name {
font-weight: bold;