link to status page in error/timeout message

This commit is contained in:
2020-06-08 18:40:10 -04:00
parent 0d0de8922b
commit 55884856f9
2 changed files with 16 additions and 9 deletions
+9 -4
View File
@@ -6,17 +6,23 @@
url("fonts/perfect-dos.woff") format("woff");
}
body {
margin: 0;
padding: 0;
font-family: "Perfect DOS VGA 437", monospace;
width: 100%;
height: 100%;
font-family: "Perfect DOS VGA 437", monospace;
margin: 0;
padding: 0;
user-select: none;
/* specific retro wallpaper tile is set randomly by JS onload */
background-color: #000;
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
a {
color: inherit;
text-decoration: underline;
}
canvas, div#cmd {
display: block;
margin: auto;
@@ -32,7 +38,6 @@ div#cmd {
padding: 12px;
background-color: #000;
color: #ccc;
user-select: none;
z-index: -100;
}
canvas {