122
edits
PanchamBro (talk | contribs) No edit summary |
PanchamBro (talk | contribs) (fixing wikitables) |
||
Line 192: | Line 192: | ||
div.thumbinner { | div.thumbinner { | ||
background-color: #000b10; | background-color: #000b10; | ||
} | |||
/* Fix colors of wikitables */ | |||
.wikitable { | |||
background-color: #4A31FF; | |||
color: #fff; | |||
} | |||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: #4A31FF; | |||
text-align: center; | |||
} | } |