MediaWiki talk:Common.css

From Wikimon

Unreadable wikitable headings[edit]

Could an admin replace:

table.wikitable th,
table.prettytable th {
  background: #262626;
  text-align: center;
}

with:

table.wikitable th,
table.wikitable > tr > th,
table.wikitable > * > tr > th,
table.prettytable th,
table.prettytable > tr > th,
table.prettytable > * > tr > th {
  background: #262626;
  text-align: center;
}

Currently, due to updates in mediawiki, the background of wikitables is an almost white gray which makes the write text unreadable. --Sigil (talk) 14:22, 2 September 2013 (CDT)

Done! --devkyu (talk) 14:34, 2 September 2013 (CDT)
Thanks! We can read them now. XD --Sigil (talk) 13:31, 9 September 2013 (CDT)