summaryrefslogtreecommitdiff
path: root/bubble.html
diff options
context:
space:
mode:
Diffstat (limited to 'bubble.html')
-rw-r--r--bubble.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/bubble.html b/bubble.html
index e50fab1..79359d6 100644
--- a/bubble.html
+++ b/bubble.html
@@ -92,8 +92,11 @@ html, body {
.node.ham {
fill: green;
}
+.node.neighbor {
+ fill: #fcc;
+}
.node.selected {
- fill: red;
+ fill: #f00;
}
.link {
stroke: #999;
@@ -104,6 +107,9 @@ html, body {
.arrow-head {
fill-opacity: .6;
}
+.link.neighbor {
+ stroke: #f99;
+}
</style>
<body>