diff options
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; |
