Jump to content

MediaWiki:Common.css: Difference between revisions

From OkayXairen Wiki
imported>PikaJade
look i'm gonna be fuckin with this page a lot so assume all my changes with vague comments are towards the ultimate goal of "looking nice"
 
imported>PikaJade
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 */


html {
.mw-body {
--background-color-base: #61f8ab;
background-color: #61f8ab;
}
}

Revision as of 02:31, 21 July 2025

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

.mw-body {
	background-color: #61f8ab;
}