MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: body { background: green; }")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 
#citizen-pref-toggle { display: none; }
body { background: green; }

Latest revision as of 01:44, 24 March 2023

/* CSS placed here will be applied to all skins */
#citizen-pref-toggle { display: none; }