Jump to content

MediaWiki:Common.css: Difference between revisions

From The Apparatus
No edit summary
No edit summary
Line 5: Line 5:
h1, h2 {
h1, h2 {
   background-color: #808080;
   background-color: #808080;
  width: 100%;
}
}

Revision as of 13:26, 29 November 2025

/* CSS here affects all skins */

/* Header styling for clearer separations */

h1, h2 {
  background-color: #808080;
}