MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* Header styling for clearer separations */ | /* Header styling for clearer separations */ | ||
h1 { | 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;
width: 100%;
}