MediaWiki:Vector.css: Difference between revisions

trying out light orange for diff highlighting on both sides
(okay, setting markers back to WP's 1.25em, any larger and they expand the row vertically and start to invade the neighboring cell)
(trying out light orange for diff highlighting on both sides)
Line 58: Line 58:
td.diff-addedline .diffchange
td.diff-addedline .diffchange
{
{
background: #d8ecff;
background: rgb(255, 235, 0);
}
}
   
   
td.diff-deletedline .diffchange
td.diff-deletedline .diffchange
{
{
background: #feeec8;
background: rgb(255, 235, 0);
}
}