Commit d65e815a authored by Mark Otto's avatar Mark Otto

use @textColor to change help-block/help-inline font color

parent 94a3d4eb
...@@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder { ...@@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder {
.help-block, .help-block,
.help-inline { .help-inline {
color: #555555; color: #595959;
} }
.help-block { .help-block {
......
...@@ -356,7 +356,7 @@ textarea { ...@@ -356,7 +356,7 @@ textarea {
.help-block, .help-block,
.help-inline { .help-inline {
color: @gray; // lighten the text some for contrast color: lighten(@textColor, 15%); // lighten the text some for contrast
} }
.help-block { .help-block {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment