浏览代码

add some styling color

Chris Mague 6 年之前
父节点
当前提交
933d0c5779
共有 1 个文件被更改,包括 9 次插入2 次删除
  1. 9 2
      web/static/css/dendogram.css

+ 9 - 2
web/static/css/dendogram.css

@@ -5,11 +5,18 @@
 }
 
 .node text {
-  font: 10px sans-serif;
+  font: 12px sans-serif;
+}
+
+.node--leaf circle {
+  fill: #FF3333;
+  stroke-width: 1.5px;
 }
 
 .node--internal circle {
-  fill: #555;
+  fill: steelblue;
+  stroke: steelblue;
+  stroke-width: 1.5px;
 }
 
 .node--internal text {