diff options
| author | Mark Otto <[email protected]> | 2017-06-25 18:11:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-25 18:11:16 -0700 |
| commit | 370e299c6be30b077497eef762c567df00a0b407 (patch) | |
| tree | c1ed387fedd9e77a6e701b1df5cb999bff5b93fa /scss | |
| parent | b973fe6b945c59422458996aa016b0bb678b80d2 (diff) | |
| download | bootstrap-370e299c6be30b077497eef762c567df00a0b407.tar.xz bootstrap-370e299c6be30b077497eef762c567df00a0b407.zip | |
modify contrast value
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_functions.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss index 6c85bbd4e..98a2587a1 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; |
