Commit bfbd7de0 by John Jarvis

Adding baseFontColor to _variables.scss

parent 6f922570
...@@ -40,9 +40,10 @@ $m-base-font-size: em(16); ...@@ -40,9 +40,10 @@ $m-base-font-size: em(16);
$base-font-color: rgb(60,60,60); $base-font-color: rgb(60,60,60);
$baseFontColor: rgb(60,60,60);
$lighter-base-font-color: rgb(100,100,100); $lighter-base-font-color: rgb(100,100,100);
$text-color: $dark-gray; $text-color: $dark-gray;
$body-font-family: $sans-serif; $body-font-family: $sans-serif;
$body-font-size: em(14); $body-font-size: em(14);
$body-line-height: golden-ratio(.875em, 1); $body-line-height: golden-ratio(.875em, 1);
\ No newline at end of file
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