User:Dat Hack3r/styles.css: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
(Applied CSS rule to section headers too.)
(I think this should work.)
Line 1: Line 1:
.bodyContent, h2, h3, h4, h5, h6 {
.bodyContent, h2, h3, h4, h5, h6, .mw-headline {
color: red;
color: red;
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}

Revision as of 13:23, 15 April 2024

.bodyContent, h2, h3, h4, h5, h6, .mw-headline {
	color: red;
	font-family: monospace, monospace;
}