MediaWiki:Gadget-DarkMode.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 53: Line 53:
background-color: #bbb;
background-color: #bbb;
}
}
body.mediawiki table.wikitable {
body.mediawiki table.wikitable,
body.mediawiki table.wikitable td {
background: #ccc;
background: #ccc;
}
}
Line 63: Line 64:
background-color: #bbb !important;
background-color: #bbb !important;
}
}
table#foreignNames {
table#foreignNames, table#foreignNames td {
background: #ccc !important;
background: #ccc !important;
}
}