MediaWiki:Common.css: Difference between revisions
(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; | ||
} | } |