Difference between revisions of "MediaWiki:Common.css"

From Book Trigger Warnings
Line 3: Line 3:
 
#mw-content-container {
 
#mw-content-container {
 
background: white;
 
background: white;
 +
}
 +
 +
.mw-body h1.firstheading {
 +
border-bottom: solid 4px purple;
 
}
 
}

Revision as of 04:07, 18 June 2020

/* CSS placed here will be applied to all skins */

#mw-content-container {
background: white;
}

.mw-body h1.firstheading {
border-bottom: solid 4px purple;
}