diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-02-19 03:45:21 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-02-19 03:45:21 -0600 |
| commit | 112b16f7f11639178bb2c38649fa92e483f6e73e (patch) | |
| tree | 84db03e9ea15f233a4b3da5e070bb28ae7d9c692 /css/app.css | |
| parent | d0f30873ebe2907b241a936a3e70487dedaf0701 (diff) | |
| parent | b412d834ecb0bc6eb445049da4ec93ce5923af2f (diff) | |
Merge branch 'release/1.1.0'
Diffstat (limited to 'css/app.css')
| -rw-r--r-- | css/app.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/app.css b/css/app.css index 5f63708..2a4aa95 100644 --- a/css/app.css +++ b/css/app.css @@ -3,7 +3,16 @@ padding: 0; } +body { + overflow: hidden; +} + #heart-app-entry-point { height: 100vh; width: 100vw; + cursor: none; +} + +#heart-app-entry-point .mouse-moving { + cursor: crosshair; } |