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

From Our World of Text Wiki
Jump to navigation Jump to search
Dat Hack3r (talk | contribs)
Added color rule for hatnotes.
Dat Hack3r (talk | contribs)
A darker grey would look better.
Line 9: Line 9:


.hatnote {
.hatnote {
color: #D3D3D3;
color: #808080;
}
}



Revision as of 14:29, 15 April 2024

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

p {
	font-size: 1.1em;
}

.hatnote {
	color: #808080;
}

a:link {
  color: #00FF00;
}

a:visited {
  color: #FFFF00;
}