Adding baseFontColor to _variables.scss
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user