Skip to content

Instantly share code, notes, and snippets.

<!-- Single Smooth Tail Cursor -->
<style>
html, body, * {
cursor: none !important;
}
input[type="text"], input[type="search"], input[type="email"],
input[type="password"], textarea, [contenteditable="true"] {
cursor: text !important;
}