819
edits
Tag: Reverted |
|||
| Line 250: | Line 250: | ||
background:var(--tablecolour2); | background:var(--tablecolour2); | ||
color:var(--maintext); | color:var(--maintext); | ||
} | |||
.wikitable tr:nth-child(even) > td { | |||
background-color: var(--tablecolour3); /* or another table variable */ | |||
color: var(--maintext); | |||
} | } | ||