diff --git a/assets/cursor_black.png b/assets/cursor_black.png new file mode 100644 index 0000000..d1b1789 Binary files /dev/null and b/assets/cursor_black.png differ diff --git a/assets/pointer_black.png b/assets/pointer_black.png new file mode 100644 index 0000000..51e690a Binary files /dev/null and b/assets/pointer_black.png differ diff --git a/style/style.css b/style/style.css index 0cfe3f3..dfd4fa6 100644 --- a/style/style.css +++ b/style/style.css @@ -3,6 +3,7 @@ body { min-height: 100dvh; background-color: black; color: white; + cursor: url("../assets/cursor_black.png"), auto; } h1 {