MyWiki:WikiProject Guild of Copy Editors/Section header/styles.css

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Jonesey95 at 17:33, 1 May 2025 (fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a different CSS value). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.wp-goce-section-header h3,
.wp-goce-section-header .mw-heading3,
.wp-goce-section-header h4,
.wp-goce-section-header .mw-heading4 {
	margin: 0.5em 0;
	border: 1px silver solid;
	background-color: lightsteelblue; color:black;
	padding: 1em 0.5em 0.5em;
}