MediaWiki:Vector.css: Difference between revisions

From Game Detectives Wiki
Jump to navigation Jump to search
Imnotgoats (talk | contribs)
Created page with "CSS placed here will affect users of the Vector skin: body{ background-color: #616161; }"
 
Imnotgoats (talk | contribs)
No edit summary
Line 2: Line 2:
body{
body{
   background-color: #616161;
   background-color: #616161;
}
div#mw-panel div.portal div.body ul li a {
color: #ffffff;
}
}

Revision as of 21:58, 10 June 2016

/* CSS placed here will affect users of the Vector skin */
body{
  background-color: #616161;
}
div#mw-panel div.portal div.body ul li a {
 color: #ffffff;
}