diff --git a/resources/forms.less b/resources/forms.less index 261a7f4..eafed76 100644 --- a/resources/forms.less +++ b/resources/forms.less @@ -1,9 +1,13 @@ @import 'variables.less'; input { + font-family: @fonts; +} + +// Because weird special cases that get broken by this usually aren't forms? +form input { margin: 0.5em 0; padding: 0.34em; - font-family: @fonts; } .mw-input-with-label {