MediaWiki:Vector-darkmode.less/diffs.less

From Illerai

This is the current revision of this page, as edited by imported>Riblet15 at 06:26, 23 August 2023 (rm pre). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* ====================
          diffs
   ==================== */

td.diff-context {
    background: @cloud-burst;
    border-color: @pickled-bluewood;
    color: @dark-text;
}

td.diff-addedline .diffchange {
    background: #438ab5;
    color: @white;
}

td.diff-deletedline .diffchange {
    background: #379541;
    color: @white;
}

.mw-diff-movedpara-left,
.mw-diff-movedpara-right,
.mw-diff-movedpara-left:visited,
.mw-diff-movedpara-right:visited,
.mw-diff-movedpara-left:active,
.mw-diff-movedpara-right:active {
    color: transparent;
}

.mw-diff-movedpara-left:after,
.mw-diff-movedpara-right:after {
    color: #c8d5f0;
}