diff options
| author | shpuld <shp@cock.li> | 2019-03-23 22:21:57 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-03-23 22:21:57 +0200 |
| commit | fd12263cacd2a869ad61dd8580f918b45d9b2a51 (patch) | |
| tree | c70c4e548923d97893ab6a875cc354cd6895f8e8 /src/App.scss | |
| parent | 85584021fb1042a8934945d73f7d25b38f1c29d1 (diff) | |
| parent | f86a5dc80421f496a893efaa98f12f831da0adcb (diff) | |
merge develop in
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 539c9787..dcc913d6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -154,7 +154,7 @@ input, textarea, .select { background: transparent; border: none; color: $fallback--text; - color: var(--text, $fallback--text); + color: var(--inputText, --text, $fallback--text); margin: 0; padding: 0 2em 0 .2em; font-family: sans-serif; |
