Skip to content

Instantly share code, notes, and snippets.

@mstssk
Created April 7, 2015 15:44
Show Gist options
  • Save mstssk/e66eb10b092030ba2228 to your computer and use it in GitHub Desktop.
Save mstssk/e66eb10b092030ba2228 to your computer and use it in GitHub Desktop.
resistance-contributions.css: inspired by https://github.com/kubosho/resistance-contributions
rect[fill="#d6e685"] { fill: #9fc1ea; }
rect[fill="#8cc665"] { fill: #60b7d8; }
rect[fill="#44a340"] { fill: #0592d0; }
rect[fill="#1e6823"] { fill: #252775; }
.legend li:nth-child(2) { background-color: #9fc1ea !important; }
.legend li:nth-child(3) { background-color: #60b7d8 !important; }
.legend li:nth-child(4) { background-color: #0592d0 !important; }
.legend li:nth-child(5) { background-color: #252775 !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment