Skip to content

Instantly share code, notes, and snippets.

@dnordberg
Created May 15, 2020 19:21
Show Gist options
  • Save dnordberg/09e04da450e6323eb6842bd40b1e6b9f to your computer and use it in GitHub Desktop.
Save dnordberg/09e04da450e6323eb6842bd40b1e6b9f to your computer and use it in GitHub Desktop.
<style>
wbsDiagram {
node {
Padding 15
Margin 15
BackGroundColor lightblue
LineColor Black
}
rootNode {
Padding 15
FontStyle Italic
BackGroundColor white
LineColor Black
}
leafNode {
Padding 10
BackGroundColor #fdf6e3
LineColor Black
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment