X-Git-Url: https://git.r.bdr.sh/rbdr/heart/blobdiff_plain/fff45e3b9d371851d4e8c3e1655a5bf1509080f2..468c26fcf7e9c79aadbbe60abf71b9c25bfc7846:/css/app.css 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; }