From bfbd7de04255776d94e005d4a803266872a26e0e Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 19 Feb 2013 19:36:15 -0500 Subject: [PATCH] Adding baseFontColor to _variables.scss --- lms/static/sass/base/_variables.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/base/_variables.scss b/lms/static/sass/base/_variables.scss index 96c5daa26e..f30a6ca576 100644 --- a/lms/static/sass/base/_variables.scss +++ b/lms/static/sass/base/_variables.scss @@ -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); \ No newline at end of file +$body-line-height: golden-ratio(.875em, 1);