From 69a6187804aff44f48fe9047895e8c027ad5bf3f Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Thu, 3 Oct 2024 06:13:41 +0100 Subject: init --- css/cursor.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 css/cursor.css (limited to 'css/cursor.css') diff --git a/css/cursor.css b/css/cursor.css new file mode 100644 index 0000000..7eabd15 --- /dev/null +++ b/css/cursor.css @@ -0,0 +1,3 @@ +* { cursor: url(/images/cursor/arrow.cur), auto; } +a:hover { cursor: url(/images/cursor/up.cur), auto; } +a img:hover { cursor: url(/images/cursor/up.cur), auto; } -- cgit v1.2.3