MediaWiki:Common.css: Difference between revisions

From Official Kynseed Wiki from PixelCount Studios
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: red; }")
 
No edit summary
 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {
@import url('/resources/css/common.css');
background-color: red;
}

Latest revision as of 12:02, 30 November 2022

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

@import url('/resources/css/common.css');