MediaWiki:Common.css: Difference between revisions

From Tonic Trouble Wiki
Jump to navigation Jump to search
(test)
 
No edit summary
Line 2: Line 2:


#firstHeading{
#firstHeading{
color:green;
color:rgb(120, 240, 60);
}
}


.mw-body-content h2 {
.mw-body-content h2 {
      
     color:rgb(181, 240, 160);
}
 
.mw-body-content body {
    color:rgb(160, 0, 240);
}
}

Revision as of 18:35, 6 October 2021

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

#firstHeading{
	color:rgb(120, 240, 60);
}

.mw-body-content h2 {
    color:rgb(181, 240, 160);
}

.mw-body-content body {
    color:rgb(160, 0, 240);
}