diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-07 13:58:07 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-07 13:58:07 +0200 |
| commit | b7e6b948b6ae1cc2f3cbf9523a4b6eab6e7993fe (patch) | |
| tree | 1ecda49e131f9e10e39f529a0e5dd9ec50e005eb /res/css/partials/graph-view.scss | |
| parent | 7eb348b8f4cecf6d7282e07f601428ec629e57d7 (diff) | |
Fixes #193 - reduce bubble opacity to 0.5 from 0.9
Diffstat (limited to 'res/css/partials/graph-view.scss')
| -rw-r--r-- | res/css/partials/graph-view.scss | 2 |
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 { |
