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

From Our World of Text Wiki
Jump to navigation Jump to search
Dat Hack3r (talk | contribs)
Made the visited link yellow.
Dat Hack3r (talk | contribs)
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 14: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;
}