MediaWiki:Vector.css: Difference between revisions

From Game Detectives Wiki
Jump to navigation Jump to search
Imnotgoats (talk | contribs)
No edit summary
Imnotgoats (talk | contribs)
No edit summary
Line 3: Line 3:
   background-color: #616161;
   background-color: #616161;
}
}
mw-panel a {
body a {
  color: #ffffff;
  color: #ffffff;
}
}

Revision as of 22:00, 10 June 2016

/* CSS placed here will affect users of the Vector skin */
body{
  background-color: #616161;
}
body a {
 color: #ffffff;
}