Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body { background-color: #0e0e0e; →this assumes that your wiki is installed at '/w' in the web root: ; colo...") |
(No difference)
|
Revision as of 16:16, 10 November 2024
/* CSS placed here will be applied to all skins */
body {
background-color: #0e0e0e;
/* this assumes that your wiki is installed at '/w' in the web root */;
color: #ded7d7;
}