forked from AkkomaGang/akkoma-fe
Merge branch 'patch-1' into 'develop'
Make select tag use --inputText as text color See merge request pleroma/pleroma-fe!693
This commit is contained in:
commit
0659d2fd3a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue