diff options
| author | Henry Jameson <me@hjkos.com> | 2018-04-15 16:45:23 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-05-12 15:19:53 +0300 |
| commit | e93ce9919827cd4acf21abf94743cf04556fa56d (patch) | |
| tree | e852ec6eb9064340a8f367049534dd50f9e185c5 /src/App.scss | |
| parent | fc1283da834f4e2864c02fe8eb824b1c918d0710 (diff) | |
small fix + white color for user-card + opaque outline for text
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 55b0de94..f830a33b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -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; |
