MediaWiki:Vector-darkmode.less/activediscussions.less

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:11, 17 October 2024 (Created page with "→‎======================================== [[RuneScape:Active discussions]] ========================================: .discussiontable { th { background-color: @dark-wikitable-header; } .topic, .edited, .edited-by, .rg-archive { background-color: @dark-wikitable-background; } }"). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

/* ========================================

      RuneScape:Active discussions
  ======================================== */

.discussiontable {

   th {
       background-color: @dark-wikitable-header;
   }
   .topic,
   .edited,
   .edited-by,
   .rg-archive {
       background-color: @dark-wikitable-background;
   }

}