MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
No edit summary
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 */
body {
body {
   background-color: orange;
   background-color: #F27A35;
}
}

Revision as of 11:21, 19 November 2024

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