MediaWiki:Vector-darkmode.less/diffs.less

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "→‎==================== 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..."). 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;

}