Fixed the cursor
This commit is contained in:
@ -6,12 +6,16 @@
|
||||
body{
|
||||
background-image: url("/media/Art/EmptySpace.png");
|
||||
background-size: 6%;
|
||||
cursor: url("/media/Art/Ship.png");
|
||||
cursor: url('/media/Art/Ship.png'), auto;
|
||||
color: rgb(4, 255, 138);
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
a{
|
||||
cursor: url("/media/Art/BlastOff.png"), auto;
|
||||
}
|
||||
|
||||
#introtitle{
|
||||
font-family: SPACEMAN;
|
||||
color:rgb(2, 255, 192)
|
||||
|
||||
Reference in New Issue
Block a user