Fixed the cursor
This commit is contained in:
@ -17,7 +17,7 @@ body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
width:100%;
|
||||
cursor: url('/media/Art/comet.png'), auto;
|
||||
cursor: url('/media/Art/Ship.png'), auto;
|
||||
}
|
||||
|
||||
ul{
|
||||
@ -25,7 +25,7 @@ ul{
|
||||
}
|
||||
|
||||
a{
|
||||
cursor: url("/media/Art/BlastOff.png");
|
||||
cursor: url("/media/Art/BlastOff.png"), auto;
|
||||
}
|
||||
|
||||
#introtitle{
|
||||
|
||||
Reference in New Issue
Block a user