1,124
edits
Line 36: | Line 36: | ||
.infobox-label { | .infobox-label { | ||
background: var(--label-color); | background: var(--label-color); | ||
} | |||
.wikitable { | |||
border:none; | |||
} | |||
.wikitable > tr, .wikitable > * > tr { | |||
border: none; | |||
border-bottom: 1px solid var(--line-color); | |||
} | } |