summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--colordate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/colordate.js b/colordate.js
index 22be25b..e5331eb 100644
--- a/colordate.js
+++ b/colordate.js
@@ -21,7 +21,7 @@
};
var date2color = function(t) {
- var max = 0xF3;
+ var max = 0xFF;
var red = mapRange([now-oneday, now-(oneday/2)],
[max, 0],
t);