diff --git a/index.html b/index.html
index 49fc724..2671b7f 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
card.flip({
trigger: 'click',
speed: 500,
- reverse: true
+ reverse: false
});
});
@@ -32,6 +32,7 @@
background-image: url("img/bg.png");
padding: 2%;
color: #fff;
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
}
hr {