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 { table.table-sticky tbody tr {
border-top: 1px dashed #dee2e6; border-top: 1px dashed #dee2e6;
} }
table.table-sticky td:nth-of-type(odd) { td:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); background-color: rgba(0, 0, 0, 0.05);
} }
table.table-sticky tbody th, table.table-sticky th.name { table.table-sticky tbody th, table.table-sticky th.name {
font-weight: bold; font-weight: bold;