From: Mark Otto Date: Mon, 26 Jun 2017 01:11:16 +0000 (-0700) Subject: modify contrast value X-Git-Tag: v4.0.0-beta~115^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370e299c6be30b077497eef762c567df00a0b407;p=thirdparty%2Fbootstrap.git modify contrast value --- 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;