From a6befa41df6c7d91f60bca829e99943c043a09ec Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 27 May 2021 20:18:38 +0200 Subject: [PATCH] Hide the cursor for the USB clicking thingy --- voicegardens/static/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/voicegardens/static/styles.css b/voicegardens/static/styles.css index 4b85a87..e2851ff 100644 --- a/voicegardens/static/styles.css +++ b/voicegardens/static/styles.css @@ -1,5 +1,9 @@ /* Custom CSS styles */ +html * { + cursor: none; +} + @font-face { font-family: "Signika Bold"; src: url("fonts/Signika-Bold.ttf") format("ttf");