From 28b48ec59c0af2211ce71f553081fb494cc2b5c6 Mon Sep 17 00:00:00 2001
From: Andrew Rodrigues <psycho.bunny@hotmail.com>
Date: Thu, 11 Oct 2018 16:59:43 -0400
Subject: [PATCH] updated gray-light to gray-600 from BS4 for accessibility

---
 less/bootstrap/variables.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/less/bootstrap/variables.less b/less/bootstrap/variables.less
index 7bc3ae7..b10916f 100644
--- a/less/bootstrap/variables.less
+++ b/less/bootstrap/variables.less
@@ -11,8 +11,8 @@
 @gray-darker:            lighten(@gray-base, 13.5%); // #222
 @gray-dark:              lighten(@gray-base, 20%);   // #333
 @gray:                   lighten(@gray-base, 33.5%); // #555
-@gray-light:             lighten(@gray-base, 46.7%); // #777
-@gray-lighter:           lighten(@gray-base, 93.5%); // #eee
+@gray-light:             #6c757d;
+@gray-lighter:           #eee;
 
 @brand-primary:         darken(#428bca, 6.5%); // #337ab7
 @brand-success:         #5cb85c;