Description
- gradient circle behind cursor
- demo: https://demo-090726.squarespace.com/0926c07v5-gradient-circle-hover-cursor?noredirect
- buy me a coffee

#1. Install Code
#1.1. Use this code to Code Injection > Footer
<!-- 09.26c07v5 Gradient Circle Hover Cursor -->
<script>
window.GradientCircleHoverCursorOptions = {
gradientSize: '560px',
gradientColors: ['#ddc2ff', '#b3e0ff', '#60e6ff']
};
</script>
<script src="https://code.beaverhero.com/other/0926c07v5gradientcirclecursor.js"></script>

#1.2. You can change size in line 04
gradientSize: '560px',
#1.3. Change gradient color in line 05
gradientColors: ['#ddc2ff', '#b3e0ff', '#60e6ff']