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;
}