Set homepage cursor to the comet sprite

This commit is contained in:
2025-10-15 15:41:02 -05:00
parent 789ace9cf3
commit dde7c1c379

View File

@ -20,6 +20,11 @@ body {
margin: 0; margin: 0;
width:100%; width:100%;
height:100%; height:100%;
cursor: url('/comet.png'), auto;
}
a{
cursor:crosshair;
} }
#intotitle{ #intotitle{