122
edits
PanchamBro (talk | contribs) (fixing wikitables) |
PanchamBro (talk | contribs) mNo edit summary |
||
Line 196: | Line 196: | ||
/* Fix colors of wikitables */ | /* Fix colors of wikitables */ | ||
.wikitable { | .wikitable { | ||
background-color: #4A31FF; | background-color: black; | ||
border-color: #4A31FF; | |||
color: #fff; | color: #fff; | ||
} | } | ||
.wikitable > tr > th, .wikitable > * > tr > th { | .wikitable > tr > th, .wikitable > * > tr > th { | ||
background-color: #4A31FF; | background-color: black; | ||
border-color: #4A31FF; | |||
text-align: center; | text-align: center; | ||
} | } |