diff --git a/html/force-big.css b/html/force-big.css
index 777d1b5..e642e50 100644
--- a/html/force-big.css
+++ b/html/force-big.css
@@ -8,7 +8,8 @@
.node text {
font-size: 10px;
- color: #333;
+ fill: #fff;
+ font-weight: bold;
}
.link line {
@@ -18,12 +19,13 @@
}
.node ellipse {
- fill: #fff;
+ fill: #04f;
stroke: #04f;
}
.node ellipse.gateway {
- stroke: #FF7F0E;
+ stroke: #ff7f0e;
+ fill: #ff7f03;
}
.node ellipse.client {
diff --git a/html/force-light.css b/html/force-light.css
index 363c80f..13983b8 100644
--- a/html/force-light.css
+++ b/html/force-light.css
@@ -9,7 +9,7 @@
.node text {
font-size: 10px;
- color: #333;
+ fill: #333;
}
.link line {