summaryrefslogtreecommitdiff
path: root/spamviz.html
diff options
context:
space:
mode:
Diffstat (limited to 'spamviz.html')
-rw-r--r--spamviz.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/spamviz.html b/spamviz.html
index acebd5e..9f414e8 100644
--- a/spamviz.html
+++ b/spamviz.html
@@ -92,7 +92,7 @@ html, body {
fill: orange;
}
.node.ham {
- fill: green;
+ fill: #6c6;
}
.node.neighbor {
fill: #fcc;
@@ -101,12 +101,13 @@ html, body {
fill: #f00;
}
.link {
- stroke: #999;
+ stroke: #ddd;
stroke-opacity: .6;
/* fill none to prevent arcs lines being too thick */
fill: none;
}
.arrow-head {
+ fill: #399;
fill-opacity: .6;
}
.link.neighbor {