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

From Our World of Text Wiki
Jump to navigation Jump to search
(I guess I have to use my own ID for it to apply to the user page text.)
(Made it so that the section headers are not all the same size.)
Line 1: Line 1:
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
#bodyContent, h2, h3, h4, h5, h6, .mw-headline {
font-size: 1.1em;
color: red;
color: red;
font-family: monospace, monospace;
font-family: monospace, monospace;
}
#bodyContent {
font-size: 1.1em;
}
}

Revision as of 14:46, 15 April 2024

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

#bodyContent {
	font-size: 1.1em;
}