diff --git a/scss/_form.scss b/scss/_form.scss index 6dea446f67..55ea3ca5c4 100644 --- a/scss/_form.scss +++ b/scss/_form.scss @@ -1,4 +1,3 @@ - /** * Forms * -------------------------------------------------- @@ -134,7 +133,7 @@ input[type="tel"], input[type="color"] { display: inline-block; height: $line-height-computed + $font-size-base; - color: #E5E5E5; + color: darken($stable, 10%); vertical-align: middle; font-size: $font-size-base; line-height: $line-height-computed;