Add cursor hiding effect for improved user experience
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 43s

This commit is contained in:
2025-09-04 00:37:41 +02:00
parent 774efb0acc
commit 2e7309434d
2 changed files with 28 additions and 3 deletions

View File

@@ -59,3 +59,8 @@ body {
.window-shadow {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.hide-native-cursor,
.hide-native-cursor * {
cursor: none;
}