diff options
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less index 4f9d9f3e1..911af1a25 100644 --- a/less/forms.less +++ b/less/forms.less @@ -356,7 +356,7 @@ textarea { .help-block, .help-inline { - color: @gray; // lighten the text some for contrast + color: lighten(@textColor, 15%); // lighten the text some for contrast } .help-block { |
