1,124
edits
Line 45: | Line 45: | ||
border: none; | border: none; | ||
border-bottom: 1px solid var(--line-color); | border-bottom: 1px solid var(--line-color); | ||
} | |||
.wikitable > tr > th, | |||
.wikitable > tr > td, | |||
.wikitable > * > tr > th, | |||
.wikitable > * > tr > td { | |||
border: none; | |||
} | |||
.wikitable > tr > td, | |||
.wikitable > * > tr:nth-child(odd) > td { | |||
background: var(--label-color); | |||
} | } |