diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-08 17:00:11 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-08 17:00:11 +0200 |
| commit | e6d630dbbb462dc18839bccd5c9d53083c0713c6 (patch) | |
| tree | 7ece08d80e375be74169c64b683b94254da54980 /res/css | |
| parent | 20dd7cadc6bf2000f469e488065948b8ba788e17 (diff) | |
reverting bubble opacity didn't update css, just scss
Diffstat (limited to 'res/css')
| -rw-r--r-- | res/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/style.css b/res/css/style.css index 0caedff0..b9ac7459 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -235,7 +235,7 @@ body.debug .debug-ui-right { stroke-opacity: 0.5; } .circle.bubble { - fill: rgba(255, 255, 255, 0.5); + fill: rgba(255, 255, 255, 0.9); pointer-events: none; } .circle.exit { |
