MediaWiki:Common.css: Difference between revisions

From Tonic Trouble Wiki
Jump to navigation Jump to search
No edit summary
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 */
//background-color:rgb(54, 57, 63)
#content { background-color:red; }


#firstHeading{
#firstHeading{

Revision as of 18:53, 6 October 2021

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

//background-color:rgb(54, 57, 63)

#content { background-color:red; }

#firstHeading{
	color:rgb(0, 128, 128);
}

.mw-body-content h2 {
    color:rgb(174, 85, 255);
}

.mw-body-content body {
    color:rgb(255, 255, 255);
}