From 639181c100a2d57c4c2d5a7fd3173c12cb616ed1 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Tue, 15 Dec 2020 22:13:11 +0000 Subject: [PATCH] Use wait cursor on splash screen --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index ec4868c..4a45483 100644 --- a/public/index.html +++ b/public/index.html @@ -40,6 +40,7 @@ transition: 0.3s opacity linear; z-index: 10000; background-color: #121212; + cursor: wait; } #splash svg {