Procházet zdrojové kódy

add some styling color

Chris Mague před 6 roky
rodič
revize
933d0c5779
1 změnil soubory, kde provedl 9 přidání a 2 odebrání
  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 {