Skip to content

Instantly share code, notes, and snippets.

@jfeltesse
Created December 7, 2012 07:14
Show Gist options
  • Save jfeltesse/4231441 to your computer and use it in GitHub Desktop.
Save jfeltesse/4231441 to your computer and use it in GitHub Desktop.
Bookmarklet to get a better idea of the colors provided by d3.js
javascript:(function() { $('font').each(function() { $(this).removeAttr('color');$(this).attr('style', 'background: ' + $(this).text() + '; color:#fff; text-shadow:0 0 2px #000; padding: .2em .5em;') }); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment