1,393
edits
Line 17: | Line 17: | ||
.wikitable tr { | .wikitable tr { | ||
} | } | ||
.wikitable th { /* Style for bold wikitable rows. */ | .wikitable th { /* Style for bold wikitable rows. */ | ||
border: none; /* Clearing existing style elements. */ | border: none; /* Clearing existing style elements. */ | ||
background-color: #979a9f; | |||
} | } | ||
.wikitable td { | .wikitable td { | ||
border: none; /* Clearing existing style elements. */ | border: none; /* Clearing existing style elements. */ | ||
background-color: #c7d0dc; | |||
} | } | ||