MediaWiki:Vector.css

From GargWiki
Revision as of 20:44, 5 February 2020 by Dtaina (talk | contribs)
Jump to: navigation, search
/* CSS placed here will affect users of the Vector skin */

BODY, table, #content, #mw-page-base {
	color: white;
	background-color: #151b54;
}
a, a.external {
    color: #ffff00;
}
a:visited {
    color: #00ff00;
}
a:active {
    color: #ffa500;
}
#mw-panel {
      background-color: #FFFFFF;
}
fieldset {
      border: 1px solid #2f6fab;
}
.mw-headline {
      color: #FFFFFF;
}