Difference between revisions of "MediaWiki:Common.css"

From Sim Central
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#content { background-color: #303030; }
+
#content {  
 +
background-color: #303030;  
 +
color: #afafaf;
 +
}

Revision as of 00:32, 26 September 2020

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

#content { 
	background-color: #303030; 
	color: #afafaf;
}