Adding baseFontColor to _variables.scss

This commit is contained in:
John Jarvis
2013-02-19 19:36:15 -05:00
parent 6f922570ff
commit bfbd7de042

View File

@@ -40,9 +40,10 @@ $m-base-font-size: em(16);
$base-font-color: rgb(60,60,60);
$baseFontColor: rgb(60,60,60);
$lighter-base-font-color: rgb(100,100,100);
$text-color: $dark-gray;
$body-font-family: $sans-serif;
$body-font-size: em(14);
$body-line-height: golden-ratio(.875em, 1);
$body-line-height: golden-ratio(.875em, 1);