Skip to content
Snippets Groups Projects
Commit 4ace0866 authored by Marcin Mikołajczak's avatar Marcin Mikołajczak
Browse files

Make select tag use --inputText as text color

parent 96f9eab7
Branches
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment