We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367b000 commit d743584Copy full SHA for d743584
index.html
@@ -375,6 +375,13 @@
375
.blocker .wrap .button {
376
margin: 10px 0;
377
}
378
+.blocker a {
379
+ color: #42a5f5;
380
+ text-decoration: none;
381
+}
382
+.blocker a:hover {
383
+ color: #1e88e5;
384
385
#controls-popdown {
386
position: absolute;
387
top: 50px;
@@ -589,7 +596,7 @@ <h1 id=login-name-static></h1>
589
596
<div class=wrap>
590
597
<img class=icon src="logo.svg"/>
591
598
<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>
593
600
</div>
594
601
595
602
0 commit comments