User:Dat Hack3r/styles.css

From Our World of Text Wiki
< User:Dat Hack3r
Revision as of 14:20, 15 April 2024 by Dat Hack3r (talk | contribs) (I just realized, just apply the rule to <p>. 🤦)
p, .mw-headline {
	color: #FF0000;
	font-family: monospace, monospace;
}

p {
	font-size: 1.1em;
}

a:link {
  color: #00FF00;
}

a:visited {
  color: #FF00FF;
}