819
modifications
Balise : Révoqué |
|||
| Ligne 250 : | Ligne 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); | |||
} | } | ||
modifications