MediaWiki:Common.css: Difference between revisions

From WytheriaWiki
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: #ff0000; overflow-y: scroll; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
background-color: #ff0000;
overflow-y: scroll;
}

Revision as of 01:45, 1 January 2024

/* CSS placed here will be applied to all skins */