From dde7c1c379d39262d84aa6dc539bd31a5c55230c Mon Sep 17 00:00:00 2001 From: TechRunner Date: Wed, 15 Oct 2025 15:41:02 -0500 Subject: [PATCH] Set homepage cursor to the comet sprite --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 9226329..b6edd49 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,11 @@ body { margin: 0; width:100%; height:100%; + cursor: url('/comet.png'), auto; +} + +a{ + cursor:crosshair; } #intotitle{