MediaWiki:Vector-darkmode.less/activediscussions.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
/* ========================================
       [[RuneScape:Active discussions]]
   ======================================== */

.discussiontable {
    th {
        background-color: @dark-wikitable-header;
    }

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