Difference between revisions of "MediaWiki:Vector.css"

From Game Detectives Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: body{ background-color: #616161; }")
 
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;
}