Give sign up and donate buttons cursor pointer

foundation/home
jonahmania 2018-05-14 17:07:16 -04:00
parent d78dc33342
commit bc10bc3b64
1 changed files with 9 additions and 0 deletions

View File

@ -166,3 +166,12 @@
} }
} }
} }
.signup {
cursor: pointer;
}
.donate {
cursor: pointer;
}