Difference between revisions of "MediaWiki:Common.css"
Line 3: | Line 3: | ||
#bodyContent { background-color: #23262d; } | #bodyContent { background-color: #23262d; } | ||
#content { background-color: #23262d; } | #content { background-color: #23262d; } | ||
− | color: white; | + | body { |
+ | color: white; | ||
+ | } |
Revision as of 01:37, 6 October 2017
/* CSS placed here will be applied to all skins */ #bodyContent { background-color: #23262d; } #content { background-color: #23262d; } body { color: white; }