Fix the cursor

This commit is contained in:
eternallnight
2020-10-04 15:58:37 +03:00
committed by GitHub
parent 8d64ea96e1
commit 4e9906e191
+4 -1
View File
@@ -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;
}
}