Jelajahi Sumber

add some styling color

Chris Mague 6 tahun lalu
induk
melakukan
933d0c5779
1 mengubah file dengan 9 tambahan dan 2 penghapusan
  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 {