diff --git a/style.css b/style.css index df4b0d4..9c38c38 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ body { background-color: #041626; font-size: 1.3em; overscroll-behavior: none; - cursor: wait; + cursor: progress; } #loading { @@ -26,7 +26,8 @@ body { margin-right: auto; margin-top: 20vh; margin-bottom: 5vh; - filter: drop-shadow(0px 10px 0px #0c1c2b); + filter: drop-shadow(0px 10px 0px #0f2437); + transform: rotateX(40deg) perspective(150px); } @keyframes rotation {