MediaWiki:Vector.css: Difference between revisions

let's see if we can make code stand out just a bit more
(anchored sidebars for everyone!)
(let's see if we can make code stand out just a bit more)
Line 9: Line 9:
   background-color: #F6F6F6;
   background-color: #F6F6F6;
   border-right: 1px solid #A7D7F9;
   border-right: 1px solid #A7D7F9;
}
/* Darken the background for code tags just a tiny bit
** so code stands out more (default is 249, 249, 249)
*/
code
{
    background-color: rgb(245, 245, 245);
}
}