|
@@ -2,11 +2,9 @@
|
|
|
// Variables
|
|
// Variables
|
|
|
// --------------------------------------------------
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
-
|
|
|
|
|
//== Colors
|
|
//== Colors
|
|
|
//
|
|
//
|
|
|
//## Gray and brand colors for use across Bootstrap.
|
|
//## Gray and brand colors for use across Bootstrap.
|
|
|
-
|
|
|
|
|
$gray-base: #000 !default;
|
|
$gray-base: #000 !default;
|
|
|
$gray-darker: lighten($gray-base, 13.5%); // #222
|
|
$gray-darker: lighten($gray-base, 13.5%); // #222
|
|
|
$gray-dark: lighten($gray-base, 20%); // #333
|
|
$gray-dark: lighten($gray-base, 20%); // #333
|