From 7af911f4d1f24883dcf78b43f1327442f86c9737 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 Feb 2017 12:53:02 -0500 Subject: Slightly change the color of the daily date colors. --- colordate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1-4-g5e80