From 04b8ef2b68024d0d41d622d0e29ba36edd8d7014 Mon Sep 17 00:00:00 2001
From: ShrimpyStuff <52041627+ShrimpyStuff@users.noreply.github.com>
Date: Wed, 3 Mar 2021 04:00:46 -0500
Subject: [PATCH] Don't allow highlighting (#51)

---
 index.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/index.html b/index.html
index 8a675a6..39b9a07 100644
--- a/index.html
+++ b/index.html
@@ -113,6 +113,14 @@
         left: 50%;
         transform: translate(-50%, 12rem);
       }
+      body {
+       -webkit-touch-callout: none;
+       -webkit-user-select: none;
+       -khtml-user-select: none;
+       -moz-user-select: none;
+       -ms-user-select: none;
+       user-select: none;
+      }
     </style>
   </head>
   <body id="main-body">