From 8ff71ee4e86a871bcb9560054ab345c1c89b5e23 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 2 Oct 2023 16:13:38 +0000 Subject: [PATCH] fix more stuff :3 --- css/landing.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/css/landing.css b/css/landing.css index fc4fe6a0..cef55c86 100644 --- a/css/landing.css +++ b/css/landing.css @@ -705,7 +705,17 @@ body { background-size: 400% 400%; } body {cursor: url('/static/cursor.ico'), default} -a {cursor: url('/static/cursor-pointer.ico'), pointer} + +a, +btn, +button, +input, +select, +button, +summary, +span > a, +li > a {cursor: url('/static/cursor-pointer.ico'), pointer} + @keyframes gradient { 0% { background-position: 0 50%;