Difference between revisions of "MediaWiki:Common.css"

From Sim Central
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: html{ background: #303030; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
html{
+
#content { background-color: #303030; }
  background: #303030;
 
}
 

Revision as of 00:30, 26 September 2020

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

#content { background-color: #303030; }