Commit d65e815a authored by Mark Otto's avatar Mark Otto
Browse files

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

parent 94a3d4eb
7 merge requests!4427Use variable for desktop media query,!4258Aria,!4248Amended mentions of 'javascript' to the correct 'JavaScript',!4235Patch 1,!4232Fixing the modal z-index issue + make modal stacking possible,!42132.1.0 wip,!4165Patch 2
Showing with 2 additions and 2 deletions
+2 -2
......@@ -1369,7 +1369,7 @@ textarea::-webkit-input-placeholder {
.help-block,
.help-inline {
color: #555555;
color: #595959;
}
.help-block {
......
......@@ -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 {
......
Supports Markdown
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