diff --git a/threejs/particle-life/style.css b/threejs/particle-life/style.css index 8ca0480e..cd04a188 100644 --- a/threejs/particle-life/style.css +++ b/threejs/particle-life/style.css @@ -1,5 +1,12 @@ @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"); +/* +*{ + cursor: none; +} +*/ + + body { margin: 0; overflow: hidden; @@ -17,6 +24,7 @@ canvas { bottom: 8px; width: 100%; color: rgb(184, 184, 184); + } .footer a {