Improve cursor hover effect

This commit is contained in:
Andras Schmelczer 2025-07-10 22:38:59 +01:00
parent cec8950ccc
commit 865d1f5073
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 42 additions and 18 deletions

View file

@ -11,7 +11,5 @@
"skipLibCheck": true,
"inlineSourceMap": true
},
"exclude": [
"./dist"
]
}
"exclude": ["./dist"]
}