Commit 370e299c authored by Mark Otto's avatar Mark Otto
Browse files

modify contrast value

parent b973fe6b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -56,7 +56,7 @@
$yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
@if ($yiq >= 128) {
@if ($yiq >= 150) {
color: #111;
} @else {
color: #fff;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment