summaryrefslogtreecommitdiff
path: root/res/css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-07 13:58:07 +0200
committerAlon Levy <alon@pobox.com>2014-12-07 13:58:07 +0200
commitb7e6b948b6ae1cc2f3cbf9523a4b6eab6e7993fe (patch)
tree1ecda49e131f9e10e39f529a0e5dd9ec50e005eb /res/css
parent7eb348b8f4cecf6d7282e07f601428ec629e57d7 (diff)
Fixes #193 - reduce bubble opacity to 0.5 from 0.9
Diffstat (limited to 'res/css')
-rw-r--r--res/css/partials/graph-view.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss
index e5d3f1c1..05bdf8f2 100644
--- a/res/css/partials/graph-view.scss
+++ b/res/css/partials/graph-view.scss
@@ -77,7 +77,7 @@
}
.circle.bubble {
- fill: rgba(255,255,255,0.9);
+ fill: rgba(255,255,255,0.5);
pointer-events:none;
}
.circle.exit {