Difference between revisions of "MediaWiki:Common.css"

From Book Trigger Warnings
Line 6: Line 6:
  
 
#content h1 {
 
#content h1 {
border-bottom: solid 4px purple;
+
border-bottom: solid 4px #5e17eb;
 
}
 
}

Revision as of 04:20, 18 June 2020

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

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

#content h1 {
border-bottom: solid 4px #5e17eb;
}