Created
August 31, 2016 04:15
-
-
Save emarket-design/74a41a2ba0d345a75f8c3a845b9104cd to your computer and use it in GitHub Desktop.
Chaging colors of node background and titles
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
div.emd-container .orgchart .node.finance .title { | |
background-color: #006699; | |
} | |
div.emd-container .orgchart .node.finance .content { | |
border-color: #006699; | |
} | |
div.emd-container .orgchart .node.marketing .title { | |
background-color: #009933; | |
} | |
div.emd-container .orgchart .node.marketing .content { | |
border-color: #009933; | |
} | |
div.emd-container .orgchart .node.it .title { | |
background-color: #993366; | |
} | |
div.emd-container .orgchart .node.it .content { | |
border-color: #993366; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment