diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-07 12:53:02 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-07 12:53:02 -0500 |
commit | 7af911f4d1f24883dcf78b43f1327442f86c9737 (patch) | |
tree | 3363c17266953537761974266710a071f0299eef /colordate.js | |
parent | 44f4cfcfc33eafd041e3580e1f62f7cde155bf60 (diff) |
Slightly change the color of the daily date colors.
Diffstat (limited to 'colordate.js')
-rw-r--r-- | colordate.js | 2 |
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); |