MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: h1 { color: 254; }")
 
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 */
h1 {
h1 {
  color: 254;
  background-color: #4287f5;
}
}

Revision as of 19:31, 6 January 2024

/* CSS placed here will be applied to all skins */
h1 {
   background-color: #4287f5;
}