Skip to content

Commit

Permalink
fix(css): uninherited input text color
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 24, 2017
1 parent 45368b5 commit eddba33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _app/assets/themes/curtana/_less/reset.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ input,
button,
select,
textarea {
color: inherit;
font-family: inherit;
font-size: inherit;
line-height: inherit;
Expand Down

0 comments on commit eddba33

Please sign in to comment.