cursor-effects icon indicating copy to clipboard operation
cursor-effects copied to clipboard

Whole page turns black after applying the code.

Open LuigiCotocea opened this issue 1 year ago • 1 comments

The whole page turns black but the effect on the cursor works, Screenshot (1072) any fixes?

This is what i applied -

        window.addEventListener("load", (event) => { new cursoreffects.rainbowCursor(); });
    </script>

LuigiCotocea avatar May 04 '24 15:05 LuigiCotocea

I suspect you may be applying a background color to all canvas elements in your css somewhere. You should be able to inspect the page and see where.

tholman avatar May 04 '24 15:05 tholman