MediaWiki:Common.css: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: * { background: #262626 !important; border-color: #262626 !important; color: #9a9a9a !important; }")
 
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: #262626 !important;
border-color: #262626 !important;
color: #9a9a9a !important;
}

Revision as of 14:11, 2 January 2017

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