diff options
| author | Mark Otto <[email protected]> | 2015-08-10 23:38:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-10 23:38:41 -0700 |
| commit | a90f6c709306d2bc1411639b1061aed01950239a (patch) | |
| tree | 9f2d308295116073b0fc129fa1e8bcfc529e16f5 /scss/_forms.scss | |
| parent | 67765587d9c5c6262612a269f7639c3806754dd0 (diff) | |
| download | bootstrap-a90f6c709306d2bc1411639b1061aed01950239a.tar.xz bootstrap-a90f6c709306d2bc1411639b1061aed01950239a.zip | |
reorder variables, rename -color to -color
Diffstat (limited to 'scss/_forms.scss')
| -rw-r--r-- | scss/_forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_forms.scss b/scss/_forms.scss index 79ca97c3f..5266419fd 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -394,7 +394,7 @@ $form-icon-error: "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGl display: block; // account for any element using help-block margin-top: .25rem; margin-bottom: .75rem; - color: lighten($text-color, 25%); // lighten the text some for contrast + color: lighten($body-color, 25%); // lighten the text some for contrast } |
