From 47f715d3172b4f22a1f2e34ee9cd71519543341f Mon Sep 17 00:00:00 2001 From: Steven Black Date: Tue, 4 Nov 2014 22:40:11 -0500 Subject: Normalize the @gray[-xxxx] variable definitions in several variables.less files to bring most themes in-line with standard Bootstrap's variable.less file. Take note: no values are changed; just assigning #000 to @gray-base in the @gray[-xxxx] section. --- flatly/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flatly') diff --git a/flatly/variables.less b/flatly/variables.less index bfd60ca6..a3f54856 100644 --- a/flatly/variables.less +++ b/flatly/variables.less @@ -8,7 +8,7 @@ //## Gray and brand colors for use across Bootstrap. @gray-base: #000; -@gray-darker: lighten(#000, 13.5%); // #222 +@gray-darker: lighten(@gray-base, 13.5%); // #222 @gray-dark: #7b8a8b; // #333 @gray: #95a5a6; // #555 @gray-light: #b4bcc2; // #999 -- cgit v1.2.3