small fix + white color for user-card + opaque outline for text
This commit is contained in:
parent
fc1283da83
commit
e93ce99198
3 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue