Don't allow highlighting ()

This commit is contained in:
ShrimpyStuff 2021-03-03 04:00:46 -05:00 committed by GitHub
parent 45fb68fe7b
commit 04b8ef2b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">