lots of changes

This commit is contained in:
Joseph Hutchinson
2018-04-22 22:54:22 -04:00
parent d38b731879
commit 5532b3f7d4
6 changed files with 54 additions and 31 deletions

View File

@@ -1,8 +1,8 @@
function cardPressed() {
this.classList.add('card-active');
this.classList.add('card-hover');
}
function cardReleased() {
this.classList.remove('card-active');
this.classList.remove('card-hover');
}