aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcin Mikołajczak <me@m4sk.in>2019-03-20 11:52:58 +0000
committerMarcin Mikołajczak <me@m4sk.in>2019-03-20 11:52:58 +0000
commit4ace0866daa2c75f0512f042386bee8b92068380 (patch)
treeb45266b2873fac5cae64067b2757326e12624fab /src
parent96f9eab7009b30ea71b94c1f4de5180e25b2d75f (diff)
Make select tag use --inputText as text color
Diffstat (limited to 'src')
-rw-r--r--src/App.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss
index 598735d9..244b3474 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;