From 370e299c6be30b077497eef762c567df00a0b407 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Sun, 25 Jun 2017 18:11:16 -0700
Subject: [PATCH] modify contrast value

---
 scss/_functions.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/_functions.scss b/scss/_functions.scss
index 6c85bbd4ef..98a2587a1a 100644
--- a/scss/_functions.scss
+++ b/scss/_functions.scss
@@ -56,7 +56,7 @@
 
   $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
 
-  @if ($yiq >= 128) {
+  @if ($yiq >= 150) {
     color: #111;
   } @else {
     color: #fff;
-- 
GitLab