Skip to content

Instantly share code, notes, and snippets.

@benwatts
Created May 6, 2013 11:11
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 benwatts/5524551 to your computer and use it in GitHub Desktop.
Save benwatts/5524551 to your computer and use it in GitHub Desktop.
tilemill css. super simple.
.tracks {
line-width: 1;
line-opacity: 0.4;
line-comp-op: screen;
}
#tracks2013{
line-color: #00bffa;
}
#tracks2012{
line-color: #00fc53;
}
#tracks2011 {
line-color:#b11ff2;
}
#tracks2010 {
line-color:#ff0000;
}
#tracks2009 {
line-color:#f6710a;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment