From 4e9906e1918de74ffd1c383cb14f8a62cf9dd69c Mon Sep 17 00:00:00 2001 From: eternallnight Date: Sun, 4 Oct 2020 15:58:37 +0300 Subject: [PATCH] Fix the cursor --- assets/css/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 7aac2bb..df6a283 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -2,6 +2,7 @@ html, body { margin: 0; height: 100%; overflow: hidden; + cursor: url('../img/ui/Point.png'), auto; } @font-face{ @@ -148,6 +149,7 @@ html, body { transform: scale(0.8); filter: drop-shadow(0px 0px 8px #000); z-index: 2; + cursor: url('../img/ui/Point.png'), auto; } .button:hover { @@ -219,6 +221,7 @@ html, body { transform: scale(0.65); transition: 0.2s; filter: drop-shadow(0px 0px 6px #000); + cursor: url('../img/ui/Point.png'), auto; } .xPacButton:hover { @@ -277,4 +280,4 @@ html, body { transform: scale(1.6); border: none; z-index: 4; -} \ No newline at end of file +}