Merge pull request #2 from eternallnight/master

Fix the cursor
This commit is contained in:
Xiexe
2020-10-04 12:04:24 -04:00
committed by GitHub
+3
View File
@@ -2,6 +2,7 @@ html, body {
margin: 0; margin: 0;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
cursor: url('../img/ui/Point.png'), auto;
} }
@font-face{ @font-face{
@@ -148,6 +149,7 @@ html, body {
transform: scale(0.8); transform: scale(0.8);
filter: drop-shadow(0px 0px 8px #000); filter: drop-shadow(0px 0px 8px #000);
z-index: 2; z-index: 2;
cursor: url('../img/ui/Point.png'), auto;
} }
.button:hover { .button:hover {
@@ -219,6 +221,7 @@ html, body {
transform: scale(0.65); transform: scale(0.65);
transition: 0.2s; transition: 0.2s;
filter: drop-shadow(0px 0px 6px #000); filter: drop-shadow(0px 0px 6px #000);
cursor: url('../img/ui/Point.png'), auto;
} }
.xPacButton:hover { .xPacButton:hover {