MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
No edit summary
Tag: Reverted
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins  
body {
body {
   background-color: #F27A35;
   background-color: #F27A35;
}
}
 
*/
 
 
#mw-header-container {
color: #F27A35;
}

Latest revision as of 13:44, 19 December 2024

/* CSS placed here will be applied to all skins 
body {
  background-color: #F27A35;
}
*/