MediaWiki:Common.css: Difference between revisions

From SynCell
Jump to navigation Jump to search
No edit summary
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 {
body {
       font-size: larger; /* Or use larger, 1.2em, 1.2rem, etc. */
       font-size: 17px; /* Or use larger, 1.2em, 1.2rem, etc. */
   }
   }

Latest revision as of 07:42, 7 July 2025

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