This commit is contained in:
Jeeves 2025-02-18 22:03:27 -07:00
commit a0ae1b422d
9 changed files with 371 additions and 0 deletions

20
web/style.css Normal file
View file

@ -0,0 +1,20 @@
body {
font-family: Unifont;
background-color: black;
color: white;
margin: 0px auto;
overflow: hidden;
}
#gone {
font-size: 64px;
}
#status-line, #status-line2 {
font-size: 16px;
margin: 0px;
white-space: preserve nowrap;
max-width: none;
text-align: center;
position: absolute;
}