small fix + white color for user-card + opaque outline for text

This commit is contained in:
Henry Jameson 2018-04-15 16:45:23 +03:00
parent fc1283da83
commit e93ce99198
3 changed files with 3 additions and 2 deletions

View file

@ -155,7 +155,7 @@ input, textarea, .select {
box-shadow: 0px 0px 2px black inset;
margin-right: .5em;
background-color: $fallback--input;
background-color: var(--input $fallback--input);
background-color: var(--input, $fallback--input);
vertical-align: top;
text-align: center;
line-height: 1.1em;