MediaWiki:Vector.css: Difference between revisions

removing diffchange colors that clash with diff background and are unneeded
(revert; that was the wrong bit)
(removing diffchange colors that clash with diff background and are unneeded)
Line 76: Line 76:
border-radius: 0.33em;
border-radius: 0.33em;
padding: 0.25em 0;
padding: 0.25em 0;
}
td.diff-addedline .diffchange {
background: #d8ecff;
}
td.diff-deletedline .diffchange {
background: #feeec8;
}
}