Merge branch '#102-MakeLinksCursorTheSame' into Release0.2
This commit is contained in:
commit
0653fb60d2
@ -30,3 +30,7 @@
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 132px;
|
||||
}
|
||||
/*Make the cursor a pointer for all hyperlinks*/
|
||||
a:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user