Difference between revisions of "MediaWiki:Vector.css"

Jump to navigation Jump to search
217 bytes added ,  15:24, 22 December 2021
no edit summary
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);
}
}

Navigation menu