mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
modify contrast value
This commit is contained in:
parent
b973fe6b94
commit
370e299c6b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
$yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
|
$yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
|
||||||
|
|
||||||
@if ($yiq >= 128) {
|
@if ($yiq >= 150) {
|
||||||
color: #111;
|
color: #111;
|
||||||
} @else {
|
} @else {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Add table
Reference in a new issue