diff --git a/html/force-big.css b/html/force-big.css
index e642e50..f3f9940 100644
--- a/html/force-big.css
+++ b/html/force-big.css
@@ -7,8 +7,8 @@
}
.node text {
- font-size: 10px;
- fill: #fff;
+ font-size: 11px;
+ fill: #000;
font-weight: bold;
}
@@ -19,8 +19,8 @@
}
.node ellipse {
- fill: #04f;
- stroke: #04f;
+ fill: #fff;
+ stroke: #48f;
}
.node ellipse.gateway {