MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: body { color: #5a7425; font-size: 12px; font-family: "Courier New"; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body { color: #5a7425; font-size: 12px; font-family: "Courier New"; }
body { color: #5a7425; font-size: 24px; font-family: "Courier New"; }

Revision as of 23:32, 25 July 2023

/* CSS placed here will be applied to all skins */
body { color: #5a7425; font-size: 24px; font-family: "Courier New"; }