MediaWiki:Common.css: Difference between revisions

From Harthorns-Reverie
No edit summary
No edit summary
Line 8: Line 8:
a:hover, a:visited {
a:hover, a:visited {
color: #cc3300;
color: #cc3300;
}
h1, h2, h3, h4 {
color: #6699ff;
}
}

Revision as of 23:05, 6 February 2022

body {
	margin: 0;
	background: #000;
}
a {
	color: #cc6600;
}
a:hover, a:visited {
	color: #cc3300;
}
h1, h2, h3, h4 {
	color: #6699ff;
}