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

From Our World of Text Wiki
Jump to navigation Jump to search
(I just realized, just apply the rule to <p>. 🤦)
(Made the visited link yellow.)
Line 13: Line 13:


a:visited {
a:visited {
   color: #FF00FF;
   color: #FFFF00;
}
}

Revision as of 15:22, 15 April 2024

p, .mw-headline {
	color: #FF0000;
	font-family: monospace, monospace;
}

p {
	font-size: 1.1em;
}

a:link {
  color: #00FF00;
}

a:visited {
  color: #FFFF00;
}