MediaWiki:Vector.css

From HaloRuns Wiki
Revision as of 02:00, 22 December 2016 by Nibre (talk | contribs) (Created page with "CSS placed here will affect users of the Vector skin: body { background: url(http://haloruns.com/hex-half.png) repeat; color: white; } a { color: #FFAC1C; text-deco...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will affect users of the Vector skin */

body {
	background: url(http://haloruns.com/hex-half.png) repeat;
	color: white;
}

a {
	color: #FFAC1C;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus {
	color: #FFD678;
}