MediaWiki:Common.css: Difference between revisions

From SynCell
Jump to navigation Jump to search
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body {
       font-size: 16px; /* Or use larger, 1.2em, 1.2rem, etc. */
       font-size: 32px; /* Or use larger, 1.2em, 1.2rem, etc. */
   }
   }

Revision as of 07:39, 7 July 2025

/* CSS placed here will be applied to all skins */
body {
       font-size: 32px; /* Or use larger, 1.2em, 1.2rem, etc. */
   }