diff --git a/css/index.css b/css/index.css
old mode 100644
new mode 100755
index dac530d..4bb4552
--- a/css/index.css
+++ b/css/index.css
@@ -19,8 +19,7 @@
* {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
- -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
- -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
+ -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
diff --git a/index.html b/index.html
index 82b8231..01bd4a8 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@