Skip to content

Commit d743584

Browse files
author
Avaer Kazmer
committed
Add Discord link for login
1 parent 367b000 commit d743584

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,13 @@
375375
.blocker .wrap .button {
376376
margin: 10px 0;
377377
}
378+
.blocker a {
379+
color: #42a5f5;
380+
text-decoration: none;
381+
}
382+
.blocker a:hover {
383+
color: #1e88e5;
384+
}
378385
#controls-popdown {
379386
position: absolute;
380387
top: 50px;
@@ -589,7 +596,7 @@ <h1 id=login-name-static></h1>
589596
<div class=wrap>
590597
<img class=icon src="logo.svg"/>
591598
<h1>Yo!</h1>
592-
<h3>This beta requires login.</h3>
599+
<h3>This beta requires login.<br>Get an invite in <a href="https://discordapp.com/invite/Apk6cZN">Discord</a></h3>
593600
</div>
594601
</div>
595602

0 commit comments

Comments
 (0)