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

From Our World of Text Wiki
Jump to navigation Jump to search
(Made the visited link yellow.)
(Added color rule for hatnotes.)
Line 6: Line 6:
p {
p {
font-size: 1.1em;
font-size: 1.1em;
}
.hatnote {
color: #D3D3D3;
}
}



Revision as of 15:28, 15 April 2024

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

p {
	font-size: 1.1em;
}

.hatnote {
	color: #D3D3D3;
}

a:link {
  color: #00FF00;
}

a:visited {
  color: #FFFF00;
}