The first video in the TASBot Re: (TASBot Revisited) series is out! TASBot Re: Gradius covers our first run from AGDQ 2014.

Historians wanted: Inquire here.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: .skin-citizen-light .mw-logo-icon { filter: invert(1); }")
 
(Testing paragraph change for infoboxes with help from YoshiRulz)
Line 3: Line 3:
     filter: invert(1);
     filter: invert(1);
}
}
h3 > p { margin: initial; }

Revision as of 02:37, 28 October 2023

/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-light .mw-logo-icon {
    filter: invert(1);
}
h3 > p { margin: initial; }