diff --git a/stylesheets/style.css b/stylesheets/style.css new file mode 100644 index 0000000..c0b7f6d --- /dev/null +++ b/stylesheets/style.css @@ -0,0 +1,17 @@ +circle.node { + cursor: pointer; + stroke: #CCCCCC; + stroke-width: 0px; + box-sizing: border-box; + stroke-location: inside; +} + +text.title { + font: 13px tahoma; +} + +line.link { + fill: none; + stroke: #C1C1C1; + stroke-width: 1px; +}