diff --git a/javascript/index.html b/javascript/index.html index 11a4daf7..9cb67e6d 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -23,6 +23,12 @@ text-align: center; } + *{ + -webkit-tap-highlight-color: transparent; + user-select: none; + -webkit-user-select: none; + } + #progresstext { font-weight: bold; top: 30vh; @@ -101,6 +107,9 @@ transform: translate(-50%); opacity: 0; } + #toggleControls:active { + background-color: black; + } -
+