MediaWiki:Vector.css

From GargWiki
Revision as of 20:31, 5 February 2020 by Dtaina (talk | contribs) (Created page with "CSS placed here will affect users of the Vector skin: table { color: white; background-color: #151b54; } a { color: #ffff00; } a:visited { color: #00ff00; } a:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will affect users of the Vector skin */

table {
	color: white;
	background-color: #151b54;
}
a {
    color: #ffff00;
}
a:visited {
    color: #00ff00;
}
a:active {
    color: #ffa500;
}