MediaWiki:Common.css: Difference between revisions

From Hackers & Designers
(update textarea font-size)
 
(increase `input` font-size)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


textarea {
input, textarea {
   font-size: 16px;
   font-size: 16px;
}
}

Revision as of 17:29, 12 April 2017

/* CSS placed here will be applied to all skins */

input, textarea {
  font-size: 16px;
}