minor fixes
This commit is contained in:
@ -23,7 +23,8 @@ function cursor() {
|
||||
cursor.style.backgroundColor = "var(--color-1)";
|
||||
cursor.style.position = "absolute";
|
||||
cursor.style.borderRadius = "100%";
|
||||
cursor.style.filter = "blur(60px)";
|
||||
cursor.style.filter = "blur(50px)";
|
||||
cursor.style.transitionDuration = "0s";
|
||||
cursor.style.opacity = "1";
|
||||
cursor.style.pointerEvents = "none";
|
||||
document.body.appendChild(cursor);
|
||||
|
||||
Reference in New Issue
Block a user