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

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


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



Revision as of 15: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;
}