Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Replaced content with "false"
Tags: Replaced Reverted
Fix illegible text on image file size buttons: revert colour override for .mw-thumbnail-link
Tag: Reverted
Line 1: Line 1:
false
false
/* ─── Fix: restore Citizen default colour on image size buttons ──────────── */
/* Our link colour override turns text invisible on the selected blue button. */
.mw-body-content .mw-thumbnail-link {
    color: revert !important;
}

Revision as of 21:08, 12 March 2026

false

/* ─── Fix: restore Citizen default colour on image size buttons ──────────── */
/* Our link colour override turns text invisible on the selected blue button. */
.mw-body-content .mw-thumbnail-link {
    color: revert !important;
}