From 6e765ddf0441bd3fbf559f3e5d488e1bb643e9f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Thu, 14 Dec 2023 15:59:13 +0100
Subject: [PATCH] index.css: Now hiding cursor

---
 src/index.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/index.css b/src/index.css
index 5e2d30b..9262cb9 100644
--- a/src/index.css
+++ b/src/index.css
@@ -12,3 +12,7 @@
 .bg-lower-gradient {
     background-image: linear-gradient(180deg, rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, 0.70) 60%, rgba(24, 24, 27, 1.00) 100%)
 }
+
+* {
+    cursor: none;
+}
-- 
GitLab