Added Blast off and ship sprite for cursor
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
body{
|
||||
background-image: url("/media/Art/EmptySpace.png");
|
||||
background-size: 6%;
|
||||
cursor: url("/media/Art/comet.png");
|
||||
cursor: url("/media/Art/Ship.png");
|
||||
color: rgb(4, 255, 138);
|
||||
text-align: center;
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ ul{
|
||||
}
|
||||
|
||||
a{
|
||||
cursor:crosshair;
|
||||
cursor: url("/media/Art/BlastOff.png");
|
||||
}
|
||||
|
||||
#introtitle{
|
||||
|
||||
Reference in New Issue
Block a user