custom cursors

This commit is contained in:
2026-07-26 03:45:52 +01:00
parent 96dc912c6c
commit 1c401b3efa
3 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 651 B

+1
View File
@@ -3,6 +3,7 @@ body {
min-height: 100dvh;
background-color: black;
color: white;
cursor: url("../assets/cursor_black.png"), auto;
}
h1 {