Skip to content

Instantly share code, notes, and snippets.

@stecb
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stecb/c2351a86c6401b469346 to your computer and use it in GitHub Desktop.
Save stecb/c2351a86c6401b469346 to your computer and use it in GitHub Desktop.
setInterval(function(){var e=["255,238,74","255,197,1","254,150,0","3,0,28"],t=e.length,n=".day";[].forEach.call(document.querySelectorAll(n),function(n){n.style.fill="rgb("+e[~~(Math.random()*t-1)]+")"})},200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment