Skip to content

Instantly share code, notes, and snippets.

@robfe
Created July 27, 2016 04:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robfe/81792ad3de828dbdf52454d47f398ef5 to your computer and use it in GitHub Desktop.
Save robfe/81792ad3de828dbdf52454d47f398ef5 to your computer and use it in GitHub Desktop.
.mapjs-node{
color: black;
}
.mapjs-node[mapjs-level="1"] {
background-color: #FDB813;
color:white;
}
.mapjs-node[mapjs-level="2"] {
background-color: #A7BE38;
}
.mapjs-node[mapjs-level="3"] {
background-color: #9EA4C1;
}
.mapjs-node[mapjs-level="4"] {
background-color: #FF8384;
}
.mapjs-node[mapjs-level="5"] {
background-color: #FFD87D;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment