diff --git a/login/index.html b/login/index.html
index 36b5d83..0030e02 100644
--- a/login/index.html
+++ b/login/index.html
@@ -15,6 +15,15 @@
+
Sign in
diff --git a/static/css/style.css b/static/css/style.css
index 8221e17..70662b8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -670,7 +670,6 @@ iframe#markdown {
background-color: var(--hover-nonimportant-theme-color);
}
-
.inoutdiv a {
color: grey;
text-align: center;
@@ -683,6 +682,12 @@ iframe#markdown {
width: 100%;
height: 100%;
object-fit: cover;
+ -webkit-user-drag: none;
+ user-select: none;
+ -moz-user-select: none;
+ -webkit-user-select: none;
+ -ms-user-select: none;
+ pointer-events: none;
}
.credit {