Created
July 27, 2016 04:29
-
-
Save robfe/81792ad3de828dbdf52454d47f398ef5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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