X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/8ec26e80834841dd66ae6123dad8855d8509120f..refs/pull/5725/head:/resources/sass/_forms.scss diff --git a/resources/sass/_forms.scss b/resources/sass/_forms.scss index b66688f8d..12fb3385f 100644 --- a/resources/sass/_forms.scss +++ b/resources/sass/_forms.scss @@ -55,12 +55,17 @@ font-style: normal; font-weight: 400; padding: vars.$xs vars.$m; - color: #444; + @include mixins.lightDark(color, #444, #aaa); + @include mixins.lightDark(background-color, #fff, #222); border-radius: 0; + height: 100%; + font-size: 14px; + line-height: 1.2; max-height: 100%; flex: 1; border: 0; width: 100%; + margin: 0; &:focus { outline: 0; }