]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
modify contrast value
authorMark Otto <markdotto@gmail.com>
Mon, 26 Jun 2017 01:11:16 +0000 (18:11 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 26 Jun 2017 01:11:16 +0000 (18:11 -0700)
scss/_functions.scss

index 6c85bbd4ef545c15a801fe49d3bebdc4032ffecb..98a2587a1a1fcc6dd2278bc0af8c236be4b6a1e7 100644 (file)
@@ -56,7 +56,7 @@
 
   $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
 
-  @if ($yiq >= 128) {
+  @if ($yiq >= 150) {
     color: #111;
   } @else {
     color: #fff;