]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change value of $input-color from $dark-gray to $black, closes #7275
authorGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 23:07:03 +0000 (15:07 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 30 Nov 2015 23:07:06 +0000 (15:07 -0800)
scss/forms/_text.scss

index 8a2a1da9a610a619205d175a10b3ad54677b756e..ac0ced6bea75a66ac80d212b6b3e3924814d93de 100644 (file)
@@ -8,7 +8,7 @@
 
 /// Font color of text inputs.
 /// @type Color
-$input-color: $dark-gray !default;
+$input-color: $black !default;
 
 /// Font family of text inputs.
 /// @type Font