MediaWiki:Common.css: Difference between revisions

From SynCell
Jump to navigation Jump to search
 
No edit summary
 
(5 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 */
body {
body {
       font-size: 16px; /* 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. */
   }